HomeSort by relevance Sort by last modified time
    Searched refs:current_attempt (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
models.py 47 current_attempt: The current attempt (starting at 0) to run.
81 current_attempt = db.IntegerProperty(default=0, indexed=False) variable in class:_PipelineRecord
pipeline.py 412 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
    [all...]

Completed in 162 milliseconds