wa0x6e / php-resque-ex-scheduler

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

Validate what classes are in the scheduler-queue #9

Open HMAZonderland opened 9 years ago

HMAZonderland commented 9 years ago

To create a sort of CronJob like behaviour I would like to see what Events are scheduled. This could also be a kickstart for my application to validate the standard required processes are running.

Is this feature build in? Or is there another way to achieve this?

HMAZonderland commented 9 years ago

I could do

ResqueScheduler::nextItemForTimestamp(time());

Maybe add a check for a specific class?