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 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.3.0b1 2.2.0b5 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
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.