Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jobs fail with Too Many Requests when attempting to submit AWS Batch jobs #1676

Closed
asjohnston-asf opened this issue Jun 18, 2023 · 0 comments · Fixed by #1677
Closed

Jobs fail with Too Many Requests when attempting to submit AWS Batch jobs #1676

asjohnston-asf opened this issue Jun 18, 2023 · 0 comments · Fixed by #1677

Comments

@asjohnston-asf
Copy link
Member

When submitting a large number of jobs at once, some job step function executions fail when submitting the AWS Batch job with:

Too Many Requests (Service: AWSBatch; Status Code: 429; Error Code: TooManyRequestsException; Request ID: 8c6b2219-1c07-4c9d-bb18-99facd090b01; Proxy: null)

The start-execution-manager lambda invokes start-execution-worker with up to three batches of 300 jobs. The worker lambda became more efficient earlier this year; runtime for 300 jobs is now around 20 seconds. That occasionally pushes us over the 50 SubmitJobs calls per second service limit.

For more context, see #1272

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 a pull request may close this issue.

1 participant