It seems that, occasionally, SiStripEfficiency execution does not exit smoothly, leaving the is_running flag of the script to True, preventing it from being rerun.
Temporary workaround until a fix is found:
- Open Openshift
- Connect to the running pod's terminal
- Run
python manage.py clear_scripts_running_status
It seems that, occasionally,
SiStripEfficiencyexecution does not exit smoothly, leaving theis_runningflag of the script toTrue, preventing it from being rerun.Temporary workaround until a fix is found:
python manage.py clear_scripts_running_status