Skip to content

[AWS-MWAA] Sending SIGTERM due to status change detection after task completion #21499

Answered by potiuk
mitsos1os asked this question in General
Discussion options

You must be logged in to vote

AIRFLOW__SCHEDULER__SCHEDULE_AFTER_TASK_EXECUTION variable to False affect performance just a little (it basically makes sure that there are as small gaps between finishing the task and starting the depending tasks). It does not affect "overall" performance of scheduling, just latency of specific cases. So I'd say it's a reasonable workaround.

Also MWAA supports 2.2. line of Airflow (with no easy migration though) so I'd suggest this one also as a possibilitty - Airflow 2.2 has quite a number of improvements and fixes comparing to 2.0, not mentioning some new features - and I'd say trying to implement any kind of other workaround might be more costly than migration to 2.2. So if you are c…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@potiuk
Comment options

potiuk Feb 16, 2022
Collaborator

@mitsos1os
Comment options

@potiuk
Comment options

potiuk Feb 17, 2022
Collaborator

@mitsos1os
Comment options

@vineetsharma883
Comment options

Answer selected by mitsos1os
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug This is a clearly a bug area:core
4 participants
Converted from issue

This discussion was converted from issue #21497 on February 10, 2022 16:55.