Skip to content

Commit

Permalink
Do not auto-restart worker
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinn committed Oct 28, 2023
1 parent 00e7d5e commit 5678297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ do
echo "Waiting for machine" $MACHINE_ID "to enter 'stopped' state. Current state: " $STATE
done

fly machine update $MACHINE_ID --yes --wait-timeout 600 --restart on-fail --skip-health-checks --schedule=daily --metadata fly_process_group=worker
fly machine update $MACHINE_ID --yes --wait-timeout 600 --restart no --skip-health-checks --schedule=daily --metadata fly_process_group=worker

0 comments on commit 5678297

Please sign in to comment.