Searched refs:job_location (Results 1 – 1 of 1) sorted by relevance
78 FailedJobMap::const_iterator job_location = failed_job_map_.find(job_id); in ComputeBackoffTime() local79 if (job_location == failed_job_map_.end()) { in ComputeBackoffTime()90 job_location->second.retries_) + 0.5); in ComputeBackoffTime()92 job_location->second.last_retry_ + backoff_time; in ComputeBackoffTime()