Home | Trees | Indices | Help |
|
---|
|
Support for UWSes defined in user RDs.
To understand this, start at makeUWSForService.
Classes | |
UserUWSTransitions The transition function for user-defined UWSes. |
|
UserUWSJobBase The base class for the service-specific user UWS jobs. |
|
UserUWS A UWS for "user jobs", i.e., generic things an a core. |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
__package__ =
|
Function Details |
returns a UserUWS instance tailored to service. All these share a jobs table, but the all have different job classes with the parameters custom-made for the service's core. A drawback of this is that each UWS created in this way runs the job table purger again. That shouldn't be a problem per se but may become cumbersome at some point. We can always introduce a class Attribute on UserUWS to keep additional UWSes from starting cron jobs of their own. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |