We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I"m running the following supervisor command
[program:laravel-worker-test1] process_name=%(program_name)s_%(process_num)02d command=php /var/www/aa/artisan queue:work --domain=aa1 --sleep=3 --tries=3 --max-time=3600 autostart=true autorestart=true stopasgroup=true killasgroup=true user=business numprocs=1 redirect_stderr=true stdout_logfile=/var/log/worker-test1.log stopwaitsecs=3600
and getting the error "The "--domain" option does not exist."
can you please assist?
Thanks, Yair
The text was updated successfully, but these errors were encountered:
The problem was solved after updating Http/Kernel.php and Console/Kernel.php
Thanks again for contributing the plugin to the community
Yair
Sorry, something went wrong.
No branches or pull requests
Hi,
I"m running the following supervisor command
[program:laravel-worker-test1] process_name=%(program_name)s_%(process_num)02d command=php /var/www/aa/artisan queue:work --domain=aa1 --sleep=3 --tries=3 --max-time=3600 autostart=true autorestart=true stopasgroup=true killasgroup=true user=business numprocs=1 redirect_stderr=true stdout_logfile=/var/log/worker-test1.log stopwaitsecs=3600
and getting the error "The "--domain" option does not exist."
can you please assist?
Thanks,
Yair
The text was updated successfully, but these errors were encountered: