Skip to content

Fix: Previous database status is overwritten to UNKNOWN

Daniel Cacabelos requested to merge fix-load-state-from-db into main

JobRecord object initialision always attaches a state machine in state UNKNOWN. This can overwrite the status loaded from database in certain conditions.

Merge request reports