A distributed task scheduler for Dask

dask distributed-computing hacktoberfest pydata python
1 Open Issue Need Help Last updated: Jul 9, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to debug a Dask distributed scheduler issue where the `/metrics` endpoint sometimes fails to expose Dask-specific metrics (e.g., `dask_*` metrics) when using Prometheus for monitoring. The problem seems to be related to timing; querying the endpoint before the worker is fully initialized results in missing metrics. The solution involves investigating the timing dependency between worker initialization and metric exposure, potentially adjusting the logic to ensure metrics are available consistently.

Complexity: 4/5
bug help wanted

A distributed task scheduler for Dask

Python
#dask#distributed-computing#hacktoberfest#pydata#python