David
05/11/2021, 10:25 AMAn error occurred (ClientException) when calling the RegisterTaskDefinition operation: Too many concurrent attempts to create a new revision of the specified family.
The ECS agent logs (verbose) isn’t very helpful and I can’t debug the error as it happens when the system at its peak.
And I have couple of questions -
1. Why does the flow register itself on AWS only when its running and not when it was registered?
2. Can I ask prefect to just dockerize my flow instead of register a new task definition (because nothing changed in the task definition), I saw the parameter of idempotency_key
but I don’t understand if this is helpful in my situation
3. Should I call register
if my docker is the only thing changed? or should I call flow,storage.build
instead?
I can provide code if needed,
Thank you in advanceKevin Kho
prefect agent ecs start --task-definition-add-uuid true
David
05/12/2021, 7:17 AMDavid
05/12/2021, 7:23 AMKevin Kho