Skip to content
Snippets Groups Projects
Unverified Commit eaf4bd00 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

daily-hveto.sh: upped omega scans timeout to 20000 seconds

parent 34164d8b
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ if [[ $EXITCODE -eq 0 ]] && [[ -f $omegadag ]]; then
echo "-- Submitting condor DAG for omega scans..."
echo "$ condor_submit_dag -force $omegadag"
condor_submit_dag -force $omegadag
[[ $nagios -ne 0 ]] && nagios_status 0 "Daily Hveto Omega scans for ${date_} are running" 10000 "Daily Hveto analysis for ${date_} is taking too long" > ${htmlbase}/nagios.json
[[ $nagios -ne 0 ]] && nagios_status 0 "Daily Hveto Omega scans for ${date_} are running" 20000 "Daily Hveto Omega scans for ${date_} are taking too long" > ${htmlbase}/nagios.json
sleep 10
while [ -f ${omegadag}.lock ]; do
sleep 30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment