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/content/administration/config-cheat-sheet.en-us.md
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1198,14 +1198,6 @@ in this mapping or the filetype using heuristics.
1198
1198
1199
1199
-`DEFAULT_UI_LOCATION`: Default location of time on the UI, so that we can display correct user's time on UI. i.e. Asia/Shanghai
1200
1200
1201
-
## Task (`task`)
1202
-
1203
-
Task queue configuration has been moved to `queue.task`. However, the below configuration values are kept for backwards compatibility:
1204
-
1205
-
-`QUEUE_TYPE`: **channel**: Task queue type, could be `channel` or `redis`.
1206
-
-`QUEUE_LENGTH`: **1000**: Task queue length, available only when `QUEUE_TYPE` is `channel`.
1207
-
-`QUEUE_CONN_STR`: **redis://127.0.0.1:6379/0**: Task queue connection string, available only when `QUEUE_TYPE` is `redis`. If redis needs a password, use `redis://[email protected]:6379/0` or `redis+cluster://[email protected]:6379/0`.
1208
-
1209
1201
## Migrations (`migrations`)
1210
1202
1211
1203
-`MAX_ATTEMPTS`: **3**: Max attempts per http/https request on migrations.
0 commit comments