alexanderrichards / ProductionSystem

MIT License
0 stars 1 forks source link

Fix system crash with missing dirac status #63

Closed alexanderrichards closed 3 years ago

alexanderrichards commented 3 years ago

Sometime Dirac jobs have empty string as their status which should be invalid. This fix catches this problem and avoids crashing the entire system. The status is just set to running so that the monitoring can try again.