Dashboard Monitoring Service base class.
Subclasses should override getSandboxModules(), getJobInfo() and the
event methods: submit(), start(), progress(), stop(), etc.. Typically,
the event methods will use job_info and _send() to send job meta-data via
MSG using the WLCG format.
|
|
|
|
|
_send(self,
destination,
message)
Send the message to the configured destination. |
source code
|
|
|
_log(self,
level='info',
message='')
Log message to logger on client or stderr on worker node. |
source code
|
|
Inherited from GPIDev.Adapters.IMonitoringService.IMonitoringService :
complete ,
event ,
fail ,
getJobInfo ,
getWrapperScriptConstructorText ,
kill ,
prepare ,
progress ,
rollback ,
start ,
stop ,
submit ,
submitting
|