Searched refs:hung_thread_limit (Results 1 – 2 of 2) sorted by relevance
581 hung_thread_limit=30, # when a thread is marked "hung" argument608 or kill_thread_limit >= hung_thread_limit), (610 % (kill_thread_limit, hung_thread_limit))617 self.hung_thread_limit = hung_thread_limit662 if now - time_started < self.hung_thread_limit:677 and time.time()-self._last_added_new_idle_workers > self.hung_thread_limit):704 if now - time_started > self.hung_thread_limit:
64 been working for longer than ``hung_thread_limit`` (default 30113 (after ``hung_thread_limit`` seconds) the server will notice the