I have a problem with long waits between tasks in the same DAG. I'm running Airflow 1.10. Can anyone point to which settings that are relevant to tweak? Please see example below.
The longest wait here is more than one and a half hour.
I have a problem with long waits between tasks in the same DAG. I'm running Airflow 1.10. Can anyone point to which settings that are relevant to tweak? Please see example below.
The longest wait here is more than one and a half hour.
Only thing that worked for me is restarting the scheduler. So I now have a cron job to restart the scheduler every 5 minutes.