1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

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
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
php /usr/src/code/app/worker.php databases $@ php /usr/src/code/app/worker.php databases $@

View file

@ -372,7 +372,7 @@ services:
- mariadb - mariadb
environment: environment:
- _APP_ENV - _APP_ENV
- _APP_CONNECTION_DB_QUEUES - _APP_CONNECTIONS_DB_QUEUES
- _APP_WORKER_PER_CORE - _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1 - _APP_OPENSSL_KEY_V1
- _APP_REDIS_HOST - _APP_REDIS_HOST