Skip to content

Commit

Permalink
Merge pull request #10547 from jimchamp/deploy-script-override-hint
Browse files Browse the repository at this point in the history
Show deployment script override hint when critical crons are running
  • Loading branch information
mekarpeles authored Mar 6, 2025
2 parents 6da514e + c312353 commit 23c0f90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/deployment/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ check_crons() {
echo ""
echo "Critical cron jobs are currently running. Halting deployment:"
echo "$RUNNING_CRONS"
echo ""
echo "Set KILL_CRON=1 and run script again to override."
echo ""
exit 1
else
echo ""
Expand Down

0 comments on commit 23c0f90

Please sign in to comment.