10 months ago
Please tell me where I can run the php artisan queue command in my project repository.
8 Replies
10 months ago
You would need to deploy a duplicate service and then set that as the start command.
10 months ago
please give a correct command. and it is my php artisan queue:work redis --queue=default --sleep=3 --tries=3 --no-interaction --daemon.
10 months ago
I recommend you familiarize yourself with artisan and the other technologies you are trying to use.
10 months ago
I try to work wit queue. now my site down https://smsgo-sms-gateways-production.up.railway.app/
10 months ago
https://smsgo-sms-gateways-production.up.railway.app. The queue job service is not working. please tell where I can run it well.
10 months ago
I'm sorry but "not working" is unfortunately not helpful, please provide proper errors.
10 months ago
3. Set Up Queue Workers
Add a Worker Plugin:
In Railway, go to the "Plugins" tab.
Click on "Add Plugin" and select the "Worker" plugin.
Configure the Worker:
Name your worker (e.g.,
queue-worker
).Set the command to start the queue worker: please where I can add mew plugin
Status changed to Closed brody • 10 months ago