Skip to content

Commit e6359ca

Browse files
committed
fix cron time pattern
1 parent 55e20bd commit e6359ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.platform.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ web:
4545
crons:
4646
reset:
4747
# reset the demo every night to avoid overflowing disks and data leftovers
48-
spec: 2 30 * * *
48+
spec: 30 2 * * *
4949
cmd: 'bin/console cache:clear --env=prod && bin/console doctrine:phpcr:init:dbal --drop --force -n && bin/console doctrine:phpcr:repository:init -n && bin/console doctrine:phpcr:fixtures:load -n && bin/console --env=prod cache:warmup -n --no-debug'
5050

5151
# The size of the persistent disk of the application (in MB).

0 commit comments

Comments
 (0)