Skip to content

Commit

Permalink
must be completely commented out (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpnykanen authored Oct 23, 2024
1 parent 6eedab0 commit 279c894
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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
# 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
done
# drush helfi:azure:pubsub-listen || exit 1
#done

0 comments on commit 279c894

Please sign in to comment.