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

  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
pipeline.py 693 def retry(self, retry_message=''):
700 retry_message: Optional message explaining why the retry happened.
710 self._context.transition_retry(self._pipeline_key, retry_message)
    [all...]
models.py 50 retry_message: Why the last attempt failed; None or empty if no message.
84 retry_message = db.TextProperty() variable in class:_PipelineRecord

Completed in 344 milliseconds