Searched refs:tick_pause_sec (Results 1 – 2 of 2) sorted by relevance
118 def __init__(self, global_afe_hostname, shard_hostname, tick_pause_sec): argument123 self.tick_pause_sec = tick_pause_sec440 tick_fuzz = self.tick_pause_sec * 0.2 * (random.random() - 0.5)441 time.sleep(self.tick_pause_sec + tick_fuzz)506 tick_pause_sec = _get_tick_pause_sec()507 return ShardClient(global_afe_hostname, shard_hostname, tick_pause_sec)
207 tick_pause_sec: 5 key