mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-21 16:01:53 +00:00
add an enqueued timestamp to the job payload
This commit is contained in:
parent
f7e9e8b7b1
commit
006d7502d9
@ -62,6 +62,7 @@ class Resque_Job
|
||||
'class' => $class,
|
||||
'args' => array($args),
|
||||
'id' => $id,
|
||||
'queue_time' => microtime(true),
|
||||
));
|
||||
|
||||
if($monitor) {
|
||||
|
Loading…
Reference in New Issue
Block a user