laserpedro edited a comment on issue #17507: URL: https://github.com/apache/airflow/issues/17507#issuecomment-918874857
Hello @MarvinSchenkel , to increase the scheduler heartbeat signal you can either export it in your env variable when installing airflow or after having already installed it modifiy the param your airflow.cfg file. - bash profile: `export AIRFLOW__SCHEDULER__SCHEDULER_HEARTBEAT_SEC=120` - airflow.cfg: `scheduler_heartbeat_sec=120`. to make sure that the values are correctly set you can use `airflow config get-value scheduler scheduler_heartbeat_sec` btw And then restart the scheduler and the webserver. -- 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]
