Skip to content
Snippets Groups Projects
Commit 9306abad authored by Laurent COLBOIS's avatar Laurent COLBOIS
Browse files

Update default worker_ttl to 2 minutes

parent 328b7190
No related branches found
No related tags found
1 merge request!75Add worker Time To Live limitation
Pipeline #53725 passed
...@@ -480,7 +480,7 @@ class SchedulerResourceRestriction(Scheduler): ...@@ -480,7 +480,7 @@ class SchedulerResourceRestriction(Scheduler):
super(SchedulerResourceRestriction, self).__init__( super(SchedulerResourceRestriction, self).__init__(
idle_timeout=rc.get("bob.pipelines.sge.idle_timeout", 3600), idle_timeout=rc.get("bob.pipelines.sge.idle_timeout", 3600),
allowed_failures=rc.get("bob.pipelines.sge.allowed_failures", 100), allowed_failures=rc.get("bob.pipelines.sge.allowed_failures", 100),
worker_ttl=rc.get("bob.pipelines.sge.worker_ttl", 60), worker_ttl=rc.get("bob.pipelines.sge.worker_ttl", 120),
synchronize_worker_interval="10s", synchronize_worker_interval="10s",
*args, *args,
**kwargs, **kwargs,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment