Skip to content

Commit

Permalink
Update cronjob spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbiggs committed Dec 23, 2024
1 parent 1960c60 commit f20ed6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ crons:
# Publish scheduled pages once every half an hour
# https://docs.wagtail.org/en/stable/reference/management_commands.html#publish-scheduled
publish_scheduled:
spec: */30 * * * *
spec: '*/30 * * * *'
cmd: poetry run python manage.py publish_scheduled

# Take snapshot at 5am every morning
Expand Down

0 comments on commit f20ed6c

Please sign in to comment.