[GitHub] [airflow] vandonr-amz commented on a diff in pull request #30612: Create a metric for task adoption time

2023-04-21 Thread via GitHub
vandonr-amz commented on code in PR #30612: URL: https://github.com/apache/airflow/pull/30612#discussion_r1174224886 ## airflow/config_templates/config.yml: ## @@ -2052,8 +2052,9 @@ celery: Time in seconds after which adopted tasks which are queued in celery are assume

[GitHub] [airflow] vandonr-amz commented on a diff in pull request #30612: Create a metric for task adoption time

2023-04-13 Thread via GitHub
vandonr-amz commented on code in PR #30612: URL: https://github.com/apache/airflow/pull/30612#discussion_r1165849905 ## airflow/models/taskinstance.py: ## @@ -1330,6 +1330,18 @@ def check_and_change_state_before_execution( if not test_mode: session.add(Lo