Searched refs:next_retry_time (Results 1 – 2 of 2) sorted by relevance
2119 if pipeline_record.next_retry_time is not None:2120 retry_time = pipeline_record.next_retry_time - _RETRY_WIGGLE_TIMEDELTA2125 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:
83 next_retry_time = db.DateTimeProperty(indexed=False) variable in _PipelineRecord