Remove static queue set for database worker

This commit is contained in:
Jake Barnby
2023-10-11 16:51:43 +13:00
parent d7b87d7bae
commit c0c6197cff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/sh
php /usr/src/code/app/worker.php databases $@
php /usr/src/code/app/worker.php databases $@
+1 -1
View File
@@ -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