BeanstalkdJob class BeanstalkdJob extends Job
string getRawBody() Get the raw body string for the job.
int attempts() Get the number of times the job has been attempted.
void fire() Fire the job. Return Value
DatabaseJob class DatabaseJob extends Job
void release(int $delay) Release the job back into the queue.
StdClass getDatabaseJob()
bool isDeletedOrReleased() Determine if the job has been deleted or released
array getIronJob() Get the underlying IronMQ job.
Page 4 of 13