This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 8ed2fa2c1a6 Fix typo in Newsfragment (#47641)
add d1a44f0d582 Heartbeat timeout docs (#46257)
No new revisions were added by this update.
Summary of changes:
airflow/callbacks/callback_requests.py | 4 +-
.../cli/commands/remote_commands/config_command.py | 12 +++
airflow/config_templates/config.yml | 10 +--
airflow/jobs/scheduler_job_runner.py | 94 +++++++++++++---------
airflow/models/taskinstance.py | 2 +-
.../logging-monitoring/metrics.rst | 2 +-
docs/apache-airflow/core-concepts/tasks.rst | 26 +++---
docs/apache-airflow/faq.rst | 2 +-
docs/apache-airflow/static/redirects.js | 3 +-
docs/apache-airflow/troubleshooting.rst | 4 +-
.../providers/edge/executors/edge_executor.py | 7 +-
.../unit/edge/executors/test_edge_executor.py | 7 +-
.../src/airflow/sdk/execution_time/supervisor.py | 10 +--
tests/jobs/test_scheduler_job.py | 49 ++++++-----
tests/models/test_taskinstance.py | 4 +-
15 files changed, 143 insertions(+), 93 deletions(-)