Home
last modified time | relevance | path

Searched refs:next_retry_time (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dpipeline.py2119 if pipeline_record.next_retry_time is not None:
2120 retry_time = pipeline_record.next_retry_time - _RETRY_WIGGLE_TIMEDELTA
2125 pipeline_record.current_attempt, pipeline_record.next_retry_time))
2568 pipeline_record.next_retry_time = (
2593 eta=pipeline_record.next_retry_time,
2995 pipeline_record.next_retry_time is not None):
3021 if pipeline_record.next_retry_time is not None:
3022 output['startTimeMs'] = _get_timestamp_ms(pipeline_record.next_retry_time)
3037 if pipeline_record.next_retry_time is not None:
Dmodels.py83 next_retry_time = db.DateTimeProperty(indexed=False) variable in _PipelineRecord