|
|
__init__(self,
url=None,
user=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
notify(self,
email=None,
rate=None)
Set the email address and update frequency for user notification |
source code
|
|
|
|
|
|
|
find_jobs(self,
status='active')
List active and recently completed jobs |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
status(self,
jobid)
Return the current job status |
source code
|
|
|
|
listen(self,
callback=on_message)
Listen to the message queue for information about running jobs. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|