a year ago
I add "php artisan queue:work" to this command on Custom Start Command field, after that site goes down.
any solution ? run this command to watching laravel jobs.
11 Replies
a year ago
You would need to run that command in a separate near duplicated service as that is a long running process.
a year ago
How it works? can you please explain a little.
a year ago
You create another service in your project, it needs to deploy from the same source and have all the same service variables, you would only need to adjust its start command to run the queue.
a year ago
Thanks It works, but it's not a efficient way to do this.
a year ago
Hola brody, estoy en ese paso de agregar queues:work pero no entendí los pasos que se deben realizar soy nuevo en railways.
Muchas gracias.
a year ago
Thanks It works, but it's not a efficient way to do this.
Hola Saptarshidy, logró realizar alguna forma de hacerlo funcionar?
Gracias.
a year ago
Hello, were you able to get it to work somehow? Thanks.
a year ago
Please use English.
What steps do you need clarification on?
Yes, please help me with that. I don't quite understand how to configure Laravel Reverb to make it work correctly. I'm not sure if I need to change REVERBHOST, REVERBPORT, REVERB_SCHEME, and how to register it in Railway.
I am very grateful.
a year ago
I don't know anything about reverb and this thread has not mentioned anything about reverb either.
a year ago
No problem, I was referring to queue:work. Sorry for the confusion, I just happened to be looking at Laravel Reverb. So, regarding php artisan queue:work, how should it be registered to work properly?