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: web/platform/src/content/docs/docs/config/production-config.mdx
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -525,3 +525,25 @@ Setting it to `-1` turns off the logging entirely.
525
525
526
526
You won't see those worker matching logs anymore. If you need to debug why actions aren't getting assigned to workers, you'll have to turn this back on temporarily or look at other metrics.
527
527
For most production setups at scale, that's a fair trade-off for better Redis performance.
528
+
529
+
## RPC Timeouts and Back Pressure
530
+
531
+
Timeouts and concurrency limits help keep upstream RPC requests from piling up and
532
+
stalling the system. These are especially important for Redis-backed stores.
533
+
534
+
### Redis Store Timeouts
535
+
536
+
Use `command_timeout_ms` and `connection_timeout_ms` to bound slow or stuck
0 commit comments