Hi.
I use a Docker with worker container and supervisor in it. In worker config file I defined the command=/usr/local/bin/php /var/www/html/artisan queue:work --sleep=3 --tries=3 --domain=domain.com
. The supervisor defined as ENTRYPOINT in Dockerfile (with worker config).
So in detectDomain method the argv parameter don't have the domain key. Therefore, the scheduler always uses the .env config file.
Any ideas?
Thanks.