I've asked our developer to stop automatic resubmission of uncertain FR5 inspection jobs. The application crashed after sending one, and pending in the file could mean either never sent or sent with no saved result.
I don't know whether that plate was inspected. Startup doesn't know either, but it currently acts much more confident than me. How should we split the states so somebody can investigate without launching another attempt?
Treat those existing ambiguous entries as requiring reconciliation, then distinguish never submitted work from an attempt whose outcome is unknown in the revised records.
Our monitor once kept a reassuring old value after its new request failed. Different bug, similar confidence. I would make unknown obvious, not another flavour of pending.
Maintenance with the process owner. I'm the lab contact, not the person who can clear an unknown inspection from a hunch. We're writing that route into the handover.
Only the plate label at the moment. Developer is adding an attempt identity and keeping the plate link. We'll also check what identifying evidence the receiving side retains.
Let people open the history without clearing the hold. A view button that quietly tidies up state is a surprisingly effective way to lose the awkward evidence.
It did indirectly. The refresh route called the same queue-resume function. Developer has removed that connection as well. Glad you asked before we only fixed application launch.
Will the tests interrupt execution around both the attempt record being saved and the request being sent? There can be uncertainty even when the call never returns.
Those cases now stay held in the offline tests. A refresh or restart doesn't resubmit them. We also tested the attempt marked but never sent; it stays uncertain until reconciled, which is annoying but deliberate.
Then the procedure must use the retained identity and available evidence, not assume the current fixture contains that plate. If they can't establish the outcome, it remains unknown.
That's the intended permission. Maintenance and the process owner are reviewing it with the developer. Offline restart behaviour is improved, but the complete recovery route isn't signed off yet. Thanks for catching the refresh path, Mei.