github-actions[bot] opened a new pull request, #72295:
URL: https://github.com/apache/airflow/pull/72295

   The xcom commands can only run once their Dag run has finished, and the
   wait that enforces that gave a freshly booted PROD compose stack only 60
   seconds. Every sample cost a full airflowctl subprocess, so a slow machine
   got barely a dozen looks in before the budget ran out. Because all five
   xcom commands share one Dag run, a single slow boot failed all of them at
   once, behind a message that said nothing about how far the run had got.
   (cherry picked from commit f760ac1c03b7277f3cb69071b8ead56d27ecbff7)
   
   Co-authored-by: rjgoyln <[email protected]>


-- 
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]

Reply via email to