Skip to content

Commit

Permalink
conf: Update configuration (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
hel-platta-automation authored Oct 28, 2024
1 parent a07b95e commit c536cad
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ services:
chromium:
# @todo Update this to newer version once minkphp supports Selenium 4.
# @see https://github.com/minkphp/MinkSelenium2Driver/pull/372
image: selenium/standalone-chrome:106.0
image: seleniarm/standalone-chromium:106.0
networks:
- internal
profiles:
Expand Down
19 changes: 13 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions conf/cmi/raven.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ client_key: ''
environment: ''
release: ''
log_levels:
emergency: true
alert: true
critical: true
error: true
emergency: false
alert: false
critical: false
error: false
warning: false
notice: false
info: false
Expand Down
2 changes: 1 addition & 1 deletion docker/openshift/crons/pubsub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "Running PubSub daemon: $(date +'%Y-%m-%dT%H:%M:%S%:z')"

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

0 comments on commit c536cad

Please sign in to comment.