Skip to content

feat: add configurable HTTP retry for API requests#7

Open
vmaerten wants to merge 2 commits intomainfrom
feat/configurable-http-retry
Open

feat: add configurable HTTP retry for API requests#7
vmaerten wants to merge 2 commits intomainfrom
feat/configurable-http-retry

Conversation

@vmaerten
Copy link
Member

@vmaerten vmaerten commented Mar 6, 2026

Summary

  • Enable automatic retry with exponential backoff on the GitHub API call that fetches Task releases
  • Add max-retries action input (default: 3) to let users configure the retry count
  • Uses typed-rest-client's built-in retry mechanism (retries on network errors and HTTP 502/503/504)

vmaerten added 2 commits March 6, 2026 22:59
Enable retry with exponential backoff on the GitHub API call
that fetches available Task releases. Uses typed-rest-client's
built-in retry mechanism. Configurable via `max-retries` input
(default: 3).
@vmaerten vmaerten marked this pull request as ready for review March 7, 2026 08:09
@vmaerten vmaerten requested review from andreynering and pd93 March 7, 2026 08:09
Copy link
Member

@pd93 pd93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants