Skip to content

Commit

Permalink
Refactor cron restart schedule to run on Sundays
Browse files Browse the repository at this point in the history
  • Loading branch information
rtk-rnjn committed Jul 20, 2024
1 parent 9e35508 commit 6de31ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pm2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"interpreter": "python3",
"autorestart": true,
"instances": 1,
"max_memory_restart": "600M",
"cron_restart": "0 0 * * *"
"cron_restart": "0 0 * * 0"
}
]
}

0 comments on commit 6de31ca

Please sign in to comment.