Chris7 commented on pull request #19769: URL: https://github.com/apache/airflow/pull/19769#issuecomment-1069179669
Thanks for the work on this @ephraimbuddy. I am not able to test right now. Our previous usage pattern was farming out a ton of celery tasks that were monitoring work being done by a remote service (Batch). We've since moved these to use the deferred pattern to monitor these tasks (this was a great thing to gain in the most recent upgrade). So while I think the scenario still exists from my bug report, the chance of us hitting it are drastically lower (and we haven't hit it again yet) as the majority of our tasks are now in deferred. -- 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]
