php-resque-ex-scheduler
php-resque-ex-scheduler copied to clipboard
when ResqueScheduler->nextDelayedTimestamp is invoked from CakeResque…
…Shell->stats it needs to look for the next job to be executed, "future" included.
@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 ?