fc-common: add unsupported_timeout for queue runner
Hydra maxUnsupportedTime compatibility. DUration is optional, defaults to `None` and is configurable through `fc.toml` under `queue_runner.unsupported_timeout` key. E.g., "1h". Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I299722e2a3865c873e212a7615b97b806a6a6964
This commit is contained in:
parent
609ac53c3f
commit
b43a11756a
4 changed files with 95 additions and 8 deletions
|
|
@ -14,6 +14,7 @@ clap.workspace = true
|
|||
config.workspace = true
|
||||
git2.workspace = true
|
||||
hex.workspace = true
|
||||
humantime-serde.workspace = true
|
||||
lettre.workspace = true
|
||||
libc.workspace = true
|
||||
regex.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue