pankajastro commented on issue #28865: URL: https://github.com/apache/airflow/issues/28865#issuecomment-1596598792
It occurs when a task resumes and dag is paused. i.e. either if a task is in a deferrable state and from deferrable it resume again. or if we have more than 1 try and the task fails in that case it stuck in re-try. Few things we can do - shall we raise an error if dag is paused? - shall we unpaused the dag if dag is paused and then run the dag (We do this when we trigger dag from UI i.e manually) - we should keep some map for tis state and set the TI state to success if a state change from deferrable to schedule similar keep count for try num for each ti? -- 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]
