Werk #14308: Fix "Invalid job status None found" message for background jobs
Component | User interface | ||||
Title | Fix "Invalid job status None found" message for background jobs | ||||
Date | Apr 25, 2023 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
In case a job has just started and did not report any status update or was
interrupted during startup the jobstatus.mk
state file could be empty,
resulting in the message Invalid job status None found in [PATH]".
The handling of this situation has been improved by showing the initialized state in this situation.