From c0c6197cffeb43bc5e597c4e1af0b1396ab7bde7 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 11 Oct 2023 16:51:43 +1300 Subject: [PATCH] Remove static queue set for database worker --- bin/worker-databases | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/worker-databases b/bin/worker-databases index 502075bc5..61e09aa9f 100644 --- a/bin/worker-databases +++ b/bin/worker-databases @@ -1,3 +1,3 @@ #!/bin/sh -php /usr/src/code/app/worker.php databases $@ \ No newline at end of file +php /usr/src/code/app/worker.php databases $@ diff --git a/docker-compose.yml b/docker-compose.yml index 7a77b91ef..56e35e5ab 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -372,7 +372,7 @@ services: - mariadb environment: - _APP_ENV - - _APP_CONNECTION_DB_QUEUES + - _APP_CONNECTIONS_DB_QUEUES - _APP_WORKER_PER_CORE - _APP_OPENSSL_KEY_V1 - _APP_REDIS_HOST