ajbosco commented on issue #14326: URL: https://github.com/apache/airflow/issues/14326#issuecomment-782755670
Update: I think the issue is that we have tasks that are more than 63 characters. The annotation for task_id then gets truncated. This causes these tasks to never leave the `self.running` list in the Executor and once enough build up the Scheduler is blocked even though it is not doing anything. ---------------------------------------------------------------- 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]
