Skip to content

Commit

Permalink
Merge pull request #648 from City-of-Helsinki/UHF-8527
Browse files Browse the repository at this point in the history
UHF-8527: Start PubSub cron
  • Loading branch information
tuutti authored Sep 18, 2023
2 parents b1840ee + d7c3ed4 commit 2051922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/openshift/crons/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ exec "/crons/purge-queue.sh" &
exec "/crons/update-translations.sh" &
# Uncomment this to enable content scheduler
exec "/crons/content-scheduler.sh" &
exec "/crons/pubsub.sh" &

while true
do
Expand Down

0 comments on commit 2051922

Please sign in to comment.