Home | History | Annotate | Download | only in scheduler

Lines Matching refs:aborted_on

1234         # build up sets of all the aborted_by and aborted_on values
1235 aborted_by, aborted_on = set(), set()
1239 t = int(time.mktime(queue_entry.aborted_on.timetuple()))
1240 aborted_on.add(t)
1249 aborted_on_value = max(aborted_on)
1255 self._write_keyval_after_job("aborted_on", aborted_on_value)