The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
d2b61976a4f8f73286906e2a6884d836a11fe4fb / Daniel Standish 
<15932138+dstand...@users.noreply.github.com>
Share data loader to across asyncio boto sessions (#40658)

By default, a botocore session creates and caches an instance of JSONDecoder 
which
consumes a lot of memory.  This issue was reported here 
https://github.com/boto/botocore/issues/3078.
In the context of triggers which use boto sessions, this can result in excessive
memory usage and as a result reduced capacity on the triggerer.  We can reduce
memory footprint by sharing the loader instance across the sessions.

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org

Reply via email to