Skip to content
Snippets Groups Projects
Commit 4b0bb706 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Decreased the scale up/down delta checks

parent 4b33d18a
No related branches found
No related tags found
1 merge request!54Fixed multiqueue
Pipeline #46150 passed
......@@ -293,7 +293,7 @@ class SGEMultipleQueuesCluster(JobQueueCluster):
# Here the goal is to wait 2 minutes before scaling down since
# it is very expensive to get jobs on the SGE grid
self.adapt(minimum=min_jobs, maximum=max_jobs, wait_count=5, interval=120)
self.adapt(minimum=min_jobs, maximum=max_jobs, wait_count=5, interval=10)
def _get_worker_spec_options(self, job_spec):
"""Craft a dask worker_spec to be used in the qsub command."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment