php-resque-ex-scheduler icon indicating copy to clipboard operation
php-resque-ex-scheduler copied to clipboard

when ResqueScheduler->nextDelayedTimestamp is invoked from CakeResque…

Open manierim opened this issue 10 years ago • 1 comments

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

manierim avatar Aug 05 '15 10:08 manierim

@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 ?

Techbrunch avatar Aug 16 '16 15:08 Techbrunch