chrisboulton / php-resque-scheduler

An addon for php-resque that lets you queue jobs for execution some time in the future. Follows resque-scheduler.
MIT License
271 stars 129 forks source link

Make compatible with the newest version of resque/php-resque #39

Closed madslundholmdk closed 4 years ago

madslundholmdk commented 5 years ago

We have implemented php-resque-scheduler in one of our projects.

In order to set it up we had to fix some issues:

pprkut commented 5 years ago

You might want to take a look at resque/php-resque#19, which integrates php-resque-scheduler directly in php-resque. Feedback there probably also helps getting it merged :)