You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "jonshea (via GitHub)" <gi...@apache.org> on 2024/04/10 14:58:27 UTC

[PR] Expose count of scheduled tasks in metrics [airflow]

jonshea opened a new pull request, #38899:
URL: https://github.com/apache/airflow/pull/38899

   This pull request introduces a new metric that tracks the number of tasks in the SCHEDULED state. This can help with monitoring and debugging situations where tasks are stuck or otherwise accumulate in the `SCHEDULED` state.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Expose count of scheduled tasks in metrics [airflow]

Posted by "jonshea (via GitHub)" <gi...@apache.org>.
jonshea commented on PR #38899:
URL: https://github.com/apache/airflow/pull/38899#issuecomment-2068825590

   I have rebased on top of `main` to fix merge conflicts in `test_pool.py`. The conflicts were just that the pattern for creating a test task instance had changed from `TI(task=op1, execution_date=DEFAULT_DATE)` to `TI(task=op1, run_id=dr.run_id)`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Expose count of scheduled tasks in metrics [airflow]

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk merged PR #38899:
URL: https://github.com/apache/airflow/pull/38899


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org