Changeset 184 for trunk/plugin/togap.py


Ignore:
Timestamp:
08/03/05 16:34:28 (19 years ago)
Author:
bastiaans
Message:

daemon/togad.py:

  • Delete jobs from memory after written to dbase

plugin/togap.py:

  • Only accept job attrs changes for jobs in Q or R status
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugin/togap.py

    r174 r184  
    259259                        myAttrs['poll_interval'] = TORQUE_POLL_INTERVAL
    260260
    261                         if self.jobDataChanged( jobs, job_id, myAttrs ):
     261                        if self.jobDataChanged( jobs, job_id, myAttrs ) and myAttrs['status'] in [ 'R', 'Q' ]:
    262262                                jobs[ job_id ] = myAttrs
    263263
Note: See TracChangeset for help on using the changeset viewer.