seanghaeli commented on PR #51692: URL: https://github.com/apache/airflow/pull/51692#issuecomment-3053556601
I see. Okay, trying to reproduce. The main thing I'm trying is to beef up the resources like cpu and memory for the task to take longer to start. Any other ideas of what else I can change to make the container be in `PENDING` for longer? Another question I have is: to what extent is your proposed change overlapping with the intended functionality of `EcsTaskDefinitionStateSensor`, which does the following: "Poll task definition until it reaches a terminal state." Wouldn't a good, already viable, fix in this situation be for the user to have `EcsTaskDefinitionStateSensor` ahead of the `EcsRunTaskOperator` so that the Operator will not execute while the task is in `PENDING`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
