discovery: handle invalid job config.toml gracefully #80

Closed
opened 2026-07-05 13:48:03 +00:00 by the.auditor · 0 comments
Owner

Invalid config.toml in a job directory raises ConfigError which propagates from discover_jobs() and halts discovery of all jobs. One bad config should not block everything.

Consider catching ConfigError per-job (log warning, use defaults) and continuing discovery.

From PR #77 review suggestion.

Invalid `config.toml` in a job directory raises `ConfigError` which propagates from `discover_jobs()` and halts discovery of all jobs. One bad config should not block everything. Consider catching `ConfigError` per-job (log warning, use defaults) and continuing discovery. _From PR #77 review suggestion._
fuzzy closed this issue 2026-07-05 16:24:12 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/kronai#80
No description provided.