Changeset 100


Ignore:
Timestamp:
04/20/05 11:37:18 (19 years ago)
Author:
bastiaans
Message:

daemon/togad.py:

  • Ignore 'E' status updates/changes for a job

From pbs's docs:
"E - Job is exiting after having run"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/daemon/togad.py

    r99 r100  
    456456
    457457                                if check_change:
    458                                         if self.jobinfoChanged( self.jobAttrs, job_id, jobinfo ):
     458                                        if self.jobinfoChanged( self.jobAttrs, job_id, jobinfo ) and self.jobAttrs[ job_id ]['status'] != 'E':
     459                                                self.jobAttrs[ job_id ]['stop_timestamp'] = ''
    459460                                                self.jobAttrs[ job_id ] = self.setJobAttrs( self.jobAttrs[ job_id ], jobinfo )
    460461                                                if not job_id in self.jobs_to_store:
Note: See TracChangeset for help on using the changeset viewer.