mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
Merge pull request #206 from bc-vincent-zhao/add-enqueque-time
add an enqueued timestamp to the job payload
This commit is contained in:
commit
e1e40494a0
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ class Resque_Job
|
|||
'class' => $class,
|
||||
'args' => array($args),
|
||||
'id' => $id,
|
||||
'queue_time' => microtime(true),
|
||||
));
|
||||
|
||||
if($monitor) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue