Skip to content

Commit

Permalink
misc script updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 25, 2024
1 parent 1c54171 commit c06194f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/launch_scripts/ewms-v1/ewms-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ export POST_REQ=$(
"output_queue_aliases": ["from-client-queue"],
"task_image": "/cvmfs/icecube.opensciencegrid.org/containers/realtime/skymap_scanner:$SKYSCAN_TAG",
"task_args": "python -m skymap_scanner.client.reco_icetray --infile {{INFILE}} --outfile {{OUTFILE}} --client-startup-json \$EWMS_TASK_DATA_HUB_DIR/startup.json",
"init_image": "alpine:latest",
"init_args": "while ! curl --fail-with-body -o \$EWMS_TASK_DATA_HUB_DIR/startup.json $S3_OBJECT_URL; do echo 'Retrying...'; sleep 15; done",
"init_image": "/cvmfs/icecube.opensciencegrid.org/containers/realtime/skymap_scanner:$SKYSCAN_TAG",
"init_args": "bash -c \"\"while ! curl --fail-with-body --max-time 10 -o \$EWMS_TASK_DATA_HUB_DIR/startup.json $S3_OBJECT_URL; do echo retrying...; sleep 15; done\"\" ",
"n_workers": $N_WORKERS,
"pilot_config": {
"image": "latest",
"tag": "${PILOT_TAG:-'latest'}",
"environment": {
"EWMS_PILOT_TASK_TIMEOUT": "3600"
},
Expand Down

0 comments on commit c06194f

Please sign in to comment.