Skip to content

Commit

Permalink
Actually do use lifetimes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Apr 18, 2024
1 parent 4a0641e commit 7b475e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arrakis/configs/petrichor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cluster_kwargs:
]
local_directory: $LOCALDIR
silence_logs: 'info'
worker_extra_args: ["--lifetime", "11.5h", "--lifetime-stagger", "2m"]
adapt_kwargs:
minimum_jobs: 1
maximum_jobs: 36
Expand Down
1 change: 1 addition & 0 deletions arrakis/configs/rm_petrichor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cluster_kwargs:
]
local_directory: $LOCALDIR
silence_logs: 'info'
worker_extra_args: ["--lifetime", "25m", "--lifetime-stagger", "2m"]
adapt_kwargs:
minimum: 108
maximum: 512
Expand Down

0 comments on commit 7b475e8

Please sign in to comment.