Jorricks commented on issue #13542: URL: https://github.com/apache/airflow/issues/13542#issuecomment-861304352
> `kill -USR2 <pid of scheduler>` -- how you get the pid depends upon how and where you are running it :) > > Likely exec in to the container, run `ps auxww` and find the oldest scheduler processs (you'll see some sub processes, possibly named helpfully). Thanks a lot @ashb. This command allowed me to investigate the issue better and finally helped me figure the problem out. Expect a PR from me this week :) -- 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. For queries about this service, please contact Infrastructure at: [email protected]
