vojay-dev opened a new issue, #55595: URL: https://github.com/apache/airflow/issues/55595
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Note: This is a **low priority** issue. I encountered the problem while testing the [3.1.0b1 release](https://pypi.org/project/apache-airflow/3.1.0b1/). <img width="1840" height="1062" alt="Image" src="https://github.com/user-attachments/assets/d804f282-4202-4c8c-ae7f-fa6a1e35efde" /> The Pool Stats widget on the Home view shows gaps in the bar with slots in different states. The same behavior also appears in the dedicated Pools view (Admin → Pools), where there is significant empty space between the different slot states. <img width="1840" height="1062" alt="Image" src="https://github.com/user-attachments/assets/7dfa3de8-bce8-4ef2-9c89-d122068df555" /> ### What you think should happen instead? Since the full bar represents all slots, I would expect the states to be displayed seamlessly, without gaps, once slots are distributed across different states. Example: <img width="1176" height="106" alt="Image" src="https://github.com/user-attachments/assets/fc63afe6-bcee-4264-bbfe-da9dbab75af1" /> ### How to reproduce The easiest way to reproduce is to start an Airflow instance with a simple DAG that runs contionuous: ``` @dag( schedule="@continuous", start_date=datetime(2025, 9, 1), max_active_runs=1 ) def some_dag(): @task def some_task(): sleep(30) some_task() some_dag() ``` ### Operating System macOS 15.6.1 ### Versions of Apache Airflow Providers _No response_ ### Deployment Astronomer ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
