You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2021. It is now read-only.
I don't have many running dags and need only between 0 - 1 worker running at any time but when I set the default to 0 it seem to have some workers killed before they can complete their current task.
Hi vilasv,
First of - huge fan of your work.
I don't have many running dags and need only between 0 - 1 worker running at any time but when I set the default to 0 it seem to have some workers killed before they can complete their current task.
Looking at the lambda logs I can see this:
So the load seems to drop below the low threshold while the task is still running and the task is killed before it has the chance to complete it.