sam-dumont commented on issue #59378: URL: https://github.com/apache/airflow/issues/59378#issuecomment-4069871663
> @sam-dumont Thank you! I tested your patch on MWAA and still got this error. Maybe there is another bug as well: > ```TI is no longer in the running state and task should terminate``` Oh too bad 😔 we still have a few 409 but they are legitimate timeouts (explicit timeouts at the task level). I haven't use MWAA in a while so I'm not sure how easy it is to patch, do you have any control over the docker images? If you have control over the airflow_local_settings.py you can use the monkeypatch in this gist : https://gist.github.com/sam-dumont/c362da9c42dd5930266c855c4b8e42fa The first one only, the second does not work as it's running on the api server. From what I remember MWAA was quite limited in customization and this is why we took the 'custom' road, but we tested 3 years ago so it probably changed since them. Hope it'll help... 🤞 -- 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]
