Railpack Laravel queue
bledar
PROOP

9 months 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

bledar
PROOP

9 months ago

31a7f69c-e284-469d-bfac-e7c9ca208610


brody
EMPLOYEE

9 months 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!


brody
EMPLOYEE

9 months ago

!s


Status changed to Solved brody 10 months ago


Loading...