The GitHub Actions job "npm_and_yarn in  for form-data - Update #1059515265" on 
airflow.git/main has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
81ac72c26b5d97a7f53cafb9c6ef23eefe80630a / Daniel Standish 
<[email protected]>
Use asyncio.run instead of loop.run_until_complete. (#53475)

Main motivator for this PR is that the behavior to create a loop if not exists 
when `loop = asyncio.get_event_loop()` is called is deprecated and will be 
removed from python -- eventually.

But using `asyncio.run` is "more official" and less fiddly than mucking around 
with the loops directly.

I also had to change the "stop looping" logic a bit to avoid a race condition 
that was there and presented when the "await pod start" function ran and exited 
before "watch pod events" had a chance to run.

Report URL: https://github.com/apache/airflow/actions/runs/16454044517

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to