The GitHub Actions job "Tests (AMD)" on airflow.git/fix-thread-leak has 
succeeded.
Run started by GitHub user nickstenning (triggered by nickstenning).

Head commit for run:
aca8e0084ada6a1ddd108f5813960f0f68a06b62 / Nick Stenning <[email protected]>
Do not leak threads from InProcessExecutionAPI

Through `a2wsgi.ASGIMiddleware`, the `InProcessExecutionAPI` was leaking
a daemon thread per instance, used by `a2wsgi` to run an asyncio event
loop.

This commit moves management of that background thread into
`InProcessExecutionAPI`, and adds a finalizer so that the thread is
stopped when the execution API instance is garbage collected.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to