How can we adjust TTL idle_seconds for Janitor close_cold (Docker Job Queue API)? #1863
Replies: 1 comment
-
|
The janitor's TTL is configurable via crawler:
pool:
idle_ttl_sec: 900 # increase from default 300s (5 min) to 15 minutesHow the janitor works:
Your log shows Note: Under high memory pressure (>80%), the janitor aggressively closes idle browsers regardless of your (Side note: the comment in the default |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In case of large complex jobs we often get errors like in #1842 and it is looks like the idle_seconds is too low for or tasks. How can we increase the TTL/idle_seconds?
Example:
🧹 Janitor Events
11:15:49 🧹❄️ close_cold sig=21af23fd {"idle_seconds":311,"ttl":300}
Beta Was this translation helpful? Give feedback.
All reactions