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 02246f5 commit 3befc3eCopy full SHA for 3befc3e
src/crawlee/_autoscaling/autoscaled_pool.py
@@ -46,7 +46,7 @@ class AutoscaledPool:
46
_AUTOSCALE_INTERVAL = timedelta(seconds=10)
47
"""Interval at which the autoscaled pool adjusts the desired concurrency based on the latest system status."""
48
49
- _LOGGING_INTERVAL = timedelta(minutes=1)
+ _LOGGING_INTERVAL = timedelta(seconds=0.5)
50
"""Interval at which the autoscaled pool logs its current state."""
51
52
_DESIRED_CONCURRENCY_RATIO = 0.9
0 commit comments