Skip to content

Commit

Permalink
If the worker fails, don't fail its job
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbobbio committed Jan 1, 2025
1 parent 49eec7f commit e179e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-worker-inner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export ACTIONS_RUNTIME_TOKEN=$1
export ACTIONS_RESULTS_URL=$2
WORKER_ARGS="--artifact-transfer-strategy github --broker-connection github"

cargo run --release --bin maelstrom-worker -- --broker=0.0.0.0:0 $WORKER_ARGS
cargo run --release --bin maelstrom-worker -- --broker=0.0.0.0:0 $WORKER_ARGS || true

0 comments on commit e179e8a

Please sign in to comment.