int run(InputInterface $input, OutputInterface $output) Run the console
void setSleep(int $sleep) Set the amount of seconds to wait before polling
void setContainer(Container $container)
int attempts() Get the number of times the job has been attempted.
bool forget(mixed $id) Delete a single failed job from storage.
IronQueue getIron()
void delete() Delete the job from the queue.
void fire() Fire the job. Return Value
Pheanstalk getPheanstalk() Get the underlying Pheanstalk instance.
mixed push(string $job, mixed $data = '', string $queue = null) Push a
Page 10 of 65