Autoscaling: move retire_nodes call into the call to deactivate empty nodes #5867
Labels
a:autoscaling
autoscaling service in simcore's stack
a:dask-service
Any of the dask services: dask-scheduler/sidecar or worker
Milestone
Currently the call to retire nodes is made before _deactivate_empty_nodes.
Since we have now added a delay before draining, this might be inefficient to have retired the dask-workers and then wait 30 seconds before draining.
This needs a second thought and an implementation change maybe
The text was updated successfully, but these errors were encountered: