generateJobId()
generateJobId() : string
Generate job ID
Job class
setJobId(string $id) : \Pop\Queue\Processor\Jobs\JobInterface
Set job ID
string | $id |
setJobDescription(string $description) : \Pop\Queue\Processor\Jobs\JobInterface
Set job description
string | $description |
setCallable(mixed $callable, mixed $params = null) : \Pop\Queue\Processor\Jobs\JobInterface
Set job callable
mixed | $callable | |
mixed | $params |
setCommand(string $command) : \Pop\Queue\Processor\Jobs\JobInterface
Set job application command
string | $command |
setExec( $command) : \Pop\Queue\Processor\Jobs\JobInterface
Set job CLI executable command
$command |
attemptOnce(boolean $attemptOnce = true) : \Pop\Queue\Processor\Jobs\JobInterface
Set job to only attempt once
boolean | $attemptOnce |
setAsFailed() : \Pop\Queue\Processor\Jobs\JobInterface
Set job as failed