Skip to content

Commit

Permalink
fix: Disable pubsub (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiisuominen authored Oct 23, 2024
1 parent 4eca6e9 commit 6eedab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/openshift/crons/pubsub.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

echo "Running PubSub daemon: $(date +'%Y-%m-%dT%H:%M:%S%:z')"
#echo "Running PubSub daemon: $(date +'%Y-%m-%dT%H:%M:%S%:z')"

while true
do
# PubSub process exists with success return code after
# certain number of messages and should then be restarted.
drush helfi:azure:pubsub-listen || exit 1
# drush helfi:azure:pubsub-listen || exit 1
done

0 comments on commit 6eedab0

Please sign in to comment.