1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +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 747a16c4ba
commit 2cf0ed1d69
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
2 changed files with 2 additions and 2 deletions

View file

@ -7,4 +7,4 @@ else
REDIS_BACKEND="redis://${_APP_REDIS_USER}:${_APP_REDIS_PASS}@${_APP_REDIS_HOST}:${_APP_REDIS_PORT}"
fi
INTERVAL=0.1 QUEUE='v1-database' APP_INCLUDE='/usr/src/code/app/workers/databases.php' php /usr/src/code/vendor/bin/resque -dopcache.preload=opcache.preload=/usr/src/code/app/preload.php
INTERVAL=0.1 APP_INCLUDE='/usr/src/code/app/workers/databases.php' php /usr/src/code/vendor/bin/resque -dopcache.preload=opcache.preload=/usr/src/code/app/preload.php

View file

@ -366,7 +366,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