Skip to content

Commit

Permalink
[BugFix] Fix crontab setup in EC2 script (#4107)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani authored Aug 11, 2023
1 parent 7568d9c commit e062a73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/deployment/deploy_ec2_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ echo "Deployed worker docker container for queue: " ${QUEUE}

# Step 10: Setting up crontab
echo "Step 10/10: Setting up crontab"
crontab -l > workercron
echo "@reboot docker restart worker_${QUEUE}" >> workercron
crontab workercron
rm workercron
Expand Down

0 comments on commit e062a73

Please sign in to comment.