You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: return all SQS messages as batch failures on non-ScaleError and enable throttle retries
- lambda.ts: populate batchItemFailures for non-ScaleError exceptions so SQS
retries messages instead of permanently deleting them
- auth.ts: return true from onRateLimit and onSecondaryRateLimit handlers so
@octokit/plugin-throttling retries rate-limited requests
- lambda.test.ts: update tests to expect correct retry behavior and add empty
batch edge case test
- auth.test.ts: add test for throttle handler configuration
Agent-Logs-Url: https://github.com/github-aws-runners/terraform-aws-github-runner/sessions/1d1a46e4-807c-4c6e-864d-50a9c09dd84e
Co-authored-by: Brend-Smits <15904543+Brend-Smits@users.noreply.github.com>
0 commit comments