You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/cli.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,7 @@ The number of signals before a hard kill can be configured with the `--hardkill-
138
138
*`--log-level` is used to set a log level (default `INFO`).
139
139
*`--log-format` is used to set a log format (default `%(asctime)s][%(name)s][%(levelname)-7s][%(processName)s] %(message)s`).
140
140
*`--max-async-tasks` - maximum number of simultaneously running async tasks.
141
+
*`--max-async-tasks-jitter` – Randomly varies the max async task limit between --max-async-tasks and a jittered value, helping prevent simultaneous worker restarts.
141
142
*`--max-prefetch` - number of tasks to be prefetched before execution. (Useful for systems with high message rates, but brokers should support acknowledgements).
142
143
*`--max-threadpool-threads` - number of threads for sync function execution.
143
144
*`--no-propagate-errors` - if this parameter is enabled, exceptions won't be thrown in generator dependencies.
0 commit comments