Railpack Laravel queue

a year ago

I have started using railpack on a new Laravel project. Until now it works great and deployments are very fast. I need a queue worker for Laravel but not sure what is the best approach of doing this. One idea is to create a new instance and customize the start container command but not sure if this is a good approach. Does anyone has done this before with railpack and how it is implement?

Solved

3 Replies

a year ago

31a7f69c-e284-469d-bfac-e7c9ca208610


a year ago

Hello!

You've answered your own question perfectly, a new service with a custom start command to start the queue and only the queue is the recommended and most efficient approach, you can just right click duplicate the service, change the start command appropriately and you're done!


a year ago

!s


Status changed to Solved brody 11 months ago


Loading...