E
E
Evgeny Svirsky2016-06-24 10:35:39
PHP
Evgeny Svirsky, 2016-06-24 10:35:39

What is the equivalent of Resque from Rails in PHP?

Hello.
Tell me (if anyone can come across in their projects) an analogue Resquethat is in Ruby on Railswith all its charms: any number of workers, support for queues, load distribution and everything else, only for PHP.
Offhand I found this thing on github.
Maybe someone worked with her, or there is something cooler and more comfortable.
The point is to do delayed jobs without the help of cron, i.e. replacing cron with something more convenient...
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2016-06-24
Protko @Fesor

The point is to do delayed jobs without the help of cron, i.e. replacing cron with something more convenient...

beanstalkd
about resque you can try this: https://github.com/mjphaynes/php-resque - it's fresher.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question