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

when ResqueScheduler->nextDelayedTimestamp is invoked from CakeResque… #16

Open manierim opened 9 years ago

manierim commented 9 years ago

…Shell->stats it needs to look for the next job to be executed, "future" included.

Techbrunch commented 8 years ago

@manierim By default $future is false which mean that CakeResqueShell::stats should also be updated to use nextDelayedTimestamp with the future flag set to true ?