James Gatter
03/19/2025, 6:32 PMFlow run could not be submitted to infrastructure: An error occurred (ClientException) when calling the RegisterTaskDefinition operation: Too many concurrent attempts to create a new revision of the specified family.
I try and schedule my jobs at least a few seconds apart (perhaps this is not enough). I also am using concurrency limits to enqueue jobs, it may be possible many late jobs awaiting a concurrency slot are trying to enter at once? Not sure. Any help or advice in avoiding these crashes would be greatly appreciated!Kevin Grismore
03/19/2025, 6:51 PMKevin Grismore
03/19/2025, 6:52 PMKevin Grismore
03/19/2025, 6:53 PMJames Gatter
03/19/2025, 6:54 PMJames Gatter
03/19/2025, 6:57 PMfor the task def registration request, the max capacity of tokens for a given second is 20, but refills at only 1 per second, so it could be that your bucket of request tokens is always nearly emptyHelpful to know... perhaps I'll have to schedule things out a little further apart or maybe decrease my concurrency limit from 20