GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Beanstalk::Job(3) User Contributed Perl Documentation Beanstalk::Job(3)

Beanstalk::Job - Class to represent a job from a beanstalkd server

id
Returns job id
client
Returns Beanstalk::Client object for the server the job resides on
buried
Returns true if the job is buried
reserved
Returns true if the job was created via a reserve command and has not been deleted, buried or released
data
Returns the raw data for the beanstalkd server for the job
error
Returns the last error
stats
Return a Stats object for this job. See Beanstalk::Client for a list of methods available.
delete
Tell the server to delete this job
touch
Calling "touch" on a reserved job will reset the time left for the job to complete back to the original ttr value.
peek
Peek this job on the server.
release
Release the job.
bury
Tell the server to bury the job
args
Decode and return the raw data from the beanstalkd server
tube
Return the name of the tube the job is in
ttr
Returns the jobs time to run, in seconds.
priority
Return the jobs priority

Beanstalk::Pool, Beanstalk::Client, Beanstalk::Stats

Graham Barr <gbarr@pobox.com>

Copyright (C) 2008 by Graham Barr.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2009-12-11 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.