Skip to content

Commit 5725510

Browse files
committed
Add a cron to automatically unpause Carsonbot
1 parent e95a98c commit 5725510

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.platform.app.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ hooks:
3737
symfony-deploy
3838
3939
crons:
40+
unpause:
41+
spec: '0 0 * * 0' # every Sunday at midnight
42+
cmd: croncape symfony redeploy --no-wait
43+
4044
run_tasks:
4145
spec: '*/5 * * * *'
4246
cmd: croncape bin/console app:task:run

0 commit comments

Comments
 (0)