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:
raf 2026-02-28 22:06:53 +03:00
commit b43a11756a
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 95 additions and 8 deletions

View file

@ -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