Beispiel #1
0
 def stop(self, exitcode, **opts):
     """Log stop event on worker node."""
     LCGMS.stop(self, exitcode, **opts)
     # send job-processing-attributes message if job successful
     if exitcode == 0:
         message = self._wn_job_processing_attributes_message()
         self._send(self.config_info['destination_job_processing_attributes'], message)