Changeset 468


Ignore:
Timestamp:
02/21/08 12:16:01 (16 years ago)
Author:
bastiaans
Message:

jobarchived/jobarchived.py:

  • fix: set timed out jobs to status F
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobarchived/jobarchived.py

    r467 r468  
    620620                                new_end_timestamp       = int( s ) + r
    621621
    622                         q = "UPDATE jobs SET job_stop_timestamp = '" + str( new_end_timestamp ) + "' WHERE job_id = '" + str(i) + "'"
     622                        q = "UPDATE jobs SET job_status='F',job_stop_timestamp = '" + str( new_end_timestamp ) + "' WHERE job_id = '" + str(i) + "'"
    623623                        self.setDatabase( q )
    624624
Note: See TracChangeset for help on using the changeset viewer.