dstandish commented on code in PR #43647: URL: https://github.com/apache/airflow/pull/43647#discussion_r1828202673
########## airflow/jobs/scheduler_job_runner.py: ########## @@ -98,7 +98,8 @@ DR = DagRun DM = DagModel -RESCHEDULE_STUCK_IN_QUEUED_EVENT = "rescheduling stuck in queued" +STUCK_IN_QUEUED_EVENT = "stuck in queued" Review Comment: one reason i removed the "rescheduling" part is because at the point where you log this, you don't know that it's reschedulable -- you only know that further down. -- 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]
