We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f013fb7 commit f9a9d8bCopy full SHA for f9a9d8b
1 file changed
src/dstack/_internal/server/background/pipeline_tasks/fleets.py
@@ -62,7 +62,7 @@ def __init__(
62
workers_num: int = 10,
63
queue_lower_limit_factor: float = 0.5,
64
queue_upper_limit_factor: float = 2.0,
65
- min_processing_interval: timedelta = timedelta(seconds=60),
+ min_processing_interval: timedelta = timedelta(seconds=30),
66
lock_timeout: timedelta = timedelta(seconds=20),
67
heartbeat_trigger: timedelta = timedelta(seconds=10),
68
) -> None:
0 commit comments