We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e20bd commit e6359caCopy full SHA for e6359ca
.platform.app.yaml
@@ -45,7 +45,7 @@ web:
45
crons:
46
reset:
47
# reset the demo every night to avoid overflowing disks and data leftovers
48
- spec: 2 30 * * *
+ spec: 30 2 * * *
49
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'
50
51
# The size of the persistent disk of the application (in MB).
0 commit comments