Changes
- Run graph normalisation after dask order @phofl (#8818)
- Update large graph size warning to remove scatter recommendation @phofl (#8815)
- Fail tasks exceeding
no-workers-timeout
@hendrikmakait (#8806) - Fix exception handling for
NannyPlugin.setup
andNannyPlugin.teardown
@hendrikmakait (#8811) - Fix exception handling for
WorkerPlugin.setup
andWorkerPlugin.teardown
@hendrikmakait (#8810) - Fix typo in transitions event logging @alex-rakowski (#8812)
- Fix if-else for send_recv_from_rpc @phofl (#8809)
- Ensure that adaptive only stops once @hendrikmakait (#8807)
- Reduce noise from GC-related logging @hendrikmakait (#8804)
- Remove unused
delete_interval
andsynchronize_worker_interval
fromScheduler
@hendrikmakait (#8801) - Change log level for Compute Failed log message @phofl (#8802)
- Add Prometheus metric for time spent on GC @hendrikmakait (#8803)
- Add Prometheus metrics for
dask_scheduler_workers_{added|removed}_total
@hendrikmakait (#8798) - Add log event for
worker-ttl-timeout
@hendrikmakait (#8800) - Add Prometheus metrics for
dask_scheduler_client_connections_{added|removed}_total
@hendrikmakait (#8799) - Fix restarting workers with
PackageInstall
plugin @hendrikmakait (#8794) - Make stealing more robust @hendrikmakait (#8788)
- leave a warning about future instantiation @fjetter (#8782)
See the Changelog for more information.