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
;; Task queue type, could be `channel` or `redis`.
2387
-
;QUEUE_TYPE = channel
2387
+
;TYPE = channel
2388
2388
;;
2389
2389
;; Task queue length, available only when `QUEUE_TYPE` is `channel`.
2390
-
;QUEUE_LENGTH = 1000
2390
+
;LENGTH = 1000
2391
2391
;;
2392
2392
;; Task queue connection string, available only when `QUEUE_TYPE` is `redis`.
2393
2393
;; If there is a password of redis, use `redis://127.0.0.1:6379/0?pool_size=100&idle_timeout=180s` or `redis+cluster://127.0.0.1:6379/0?pool_size=100&idle_timeout=180s` for `redis-clsuter`.
0 commit comments