Home | Trees | Indices | Help |
|
---|
|
object --+ | Job
Users can submit requests to resolve sets of IDs to objects in the data-store. These jobs begin in a PENDING state, and transition through RUNNING to either SUCCESS or ERROR.
Upon completion, the results of the job may be fetched, and the job may be deleted on the server.
|
|||
|
|||
|
|||
dict |
|
||
|
|||
|
|||
Inherited from |
|
|||
INITIAL_DECAY = 1.25
|
|||
INITIAL_BACKOFF = 0.05
|
|||
MAX_BACKOFF = 60
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Check to see if the job has been completed, updating the status of the job in the process.
|
Delete the job from the server. The job should not be used again once this method has been invoked. |
Retrieve the current status of this job from the server. @rtype String |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Feb 2 22:57:17 2014 | http://epydoc.sourceforge.net |