Support the ongoing development of Laravel.io →
posted 9 years ago
Queues
Last updated 1 year ago.
0

Is this on Linux? In that case you could use supervisor to make sure your worker is running at all times.

Last updated 1 year ago.
0

mengidd said:

Is this on Linux? In that case you could use supervisor to make sure your worker is running at all times.

Hi,

This is Linux, could you elaborate?

Last updated 1 year ago.
0

Supervisor is a service you can install that will make sure certain processes are running at all times. If one of the watched processes crashes, supervisor will start it up again.

If you Google "laravel queue supervisor" you should find some related stuff. I would write a more descriptive answer but I'm on my phone atm.

Take at a look at this article, you can start reading at the "Supervisord" part. http://fideloper.com/ubuntu-beanstalkd-and-laravel4

You can read the whole article aswell if you want to see how this guy handle his queues (together with beanstalkd and supervisor).

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Jono20202 jono20202 Joined 20 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.