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/doc/advanced/config-cheat-sheet.en-us.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,10 @@ relation to port exhaustion.
252
252
-`BATCH_LENGTH`: **20**: Batch data before passing to the handler
253
253
-`CONN_STR`: **addrs=127.0.0.1:6379 db=0**: Connection string for the redis queue type.
254
254
-`QUEUE_NAME`: **_queue**: The suffix for default redis queue name. Individual queues will default to **`name`**`QUEUE_NAME` but can be overriden in the specific `queue.name` section.
255
+
-`SET_NAME`: **_unique**: The suffix that will added to the default redis
256
+
set name for unique queues. Individual queues will default to
257
+
**`name`**`QUEUE_NAME`_`SET_NAME`_ but can be overridden in the specific
258
+
`queue.name` section.
255
259
-`WRAP_IF_NECESSARY`: **true**: Will wrap queues with a timeoutable queue if the selected queue is not ready to be created - (Only relevant for the level queue.)
256
260
-`MAX_ATTEMPTS`: **10**: Maximum number of attempts to create the wrapped queue
257
261
-`TIMEOUT`: **GRACEFUL_HAMMER_TIME + 30s**: Timeout the creation of the wrapped queue if it takes longer than this to create.
0 commit comments