This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 5a5dc4f160d Display custom labels for mapped tasks during execution 
(#57208)
     add f8c6e81bcc1 Add decorator to optionally enable Memray-based memory 
tracing (#56821)

No new revisions were added by this update.

Summary of changes:
 airflow-core/docs/extra-packages-ref.rst           |   2 +
 airflow-core/docs/howto/index.rst                  |   1 +
 airflow-core/docs/howto/memory-profiling.rst       | 235 +++++++++++++++++++++
 airflow-core/docs/img/memray-flamegraph.png        | Bin 0 -> 742139 bytes
 airflow-core/pyproject.toml                        |   3 +
 .../src/airflow/cli/commands/api_server_command.py |   2 +
 .../airflow/cli/commands/dag_processor_command.py  |   2 +
 .../src/airflow/cli/commands/scheduler_command.py  |   2 +
 .../src/airflow/config_templates/config.yml        |  23 ++
 airflow-core/src/airflow/configuration.py          |  44 +++-
 airflow-core/src/airflow/utils/memray_utils.py     |  84 ++++++++
 airflow-core/tests/unit/core/test_configuration.py |  57 +++++
 airflow-core/tests/unit/utils/test_memray_utils.py | 177 ++++++++++++++++
 docs/spelling_wordlist.txt                         |   3 +
 pyproject.toml                                     |   5 +-
 15 files changed, 638 insertions(+), 2 deletions(-)
 create mode 100644 airflow-core/docs/howto/memory-profiling.rst
 create mode 100644 airflow-core/docs/img/memray-flamegraph.png
 create mode 100644 airflow-core/src/airflow/utils/memray_utils.py
 create mode 100644 airflow-core/tests/unit/utils/test_memray_utils.py

Reply via email to