I have a bunch of tasks running and want to update airflow.cfg to enable more tasks to run simultaneously. My understanding is that I need to restart the scheduler for these updates to take place. However, when I try to restart the scheduler, I get this warning:
INFO – Shutting down LocalExecutor; waiting for running tasks to finish. Signal again if you don’t want to wait.
Is there any way for me to update the config without killing ongoing jobs or having to wait (potentially days) for the currently running jobs to finish?