Searched refs:current_attempt (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A Dmodels.py47 current_attempt: The current attempt (starting at 0) to run.
81 current_attempt = db.IntegerProperty(default=0, indexed=False) variable in class:_PipelineRecord
H A Dpipeline.py412 followed is (backoff_seconds * backoff_factor^current_attempt).
422 current_attempt: The current attempt being tried for this pipeline.
525 def current_attempt(self): member in class:Pipeline
602 stage._current_attempt = pipeline_record.current_attempt
2105 if pipeline_record.current_attempt != attempt:
2109 pipeline_record.current_attempt)
2112 if pipeline_record.current_attempt >= pipeline_record.max_attempts:
2125 pipeline_record.current_attempt, pipeline_record.next_retry_time))
2567 (params['backoff_factor'] ** pipeline_record.current_attempt))
2570 pipeline_record.current_attempt
[all...]

Completed in 102 milliseconds