We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e815c68 commit 2308c3cCopy full SHA for 2308c3c
lib/Resque/Job.php
@@ -47,6 +47,7 @@ public function __construct($queue, $payload)
47
* @param string $class The name of the class that contains the code to execute the job.
48
* @param array $args Any optional arguments that should be passed when the job is executed.
49
* @param boolean $monitor Set to true to be able to monitor the status of a job.
50
+ * @param string $id Unique identifier for tracking the job. Generated if not supplied.
51
*
52
* @return string
53
*/
0 commit comments