Skip to content

Commit

Permalink
added SuspendTimeout as optional to elastic_scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Jul 1, 2024
1 parent 45387c1 commit adaeae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bibigrid/core/utility/validate_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
Optional('localFS'): bool, Optional('localDNSlookup'): bool, Optional('slurm'): bool,
Optional('slurmConf'): {Optional('db'): str, Optional('db_user'): str, Optional('db_password'): str,
Optional('munge_key'): str, Optional('elastic_scheduling'): {Optional('SuspendTime'): int,
Optional(
'SuspendTimeout'): int,
Optional(
'ResumeTimeout'): int,
Optional('TreeWidth'): int}},
Expand Down

0 comments on commit adaeae7

Please sign in to comment.