summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml26
1 files changed, 25 insertions, 1 deletions
diff --git a/.rr.yaml b/.rr.yaml
index d797e4ce..070f7335 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -1178,6 +1178,11 @@ jobs:
# If the job has priority set to 0, it will inherit the pipeline's priority. Default: 10.
priority: 1
+ # Consume any payload type (not only Jobs structured)
+ #
+ # Default: false
+ consume_all: false
+
# Durable queue
#
# Default: false
@@ -1246,6 +1251,11 @@ jobs:
# Default: 1
tube_priority: 1
+ # Consume any payload type (not only Jobs structured)
+ #
+ # Default: false
+ consume_all: false
+
# Tube name
#
# Default: default
@@ -1278,6 +1288,16 @@ jobs:
# Default: 10
prefetch: 10
+ # Consume any payload type (not only Jobs structured)
+ #
+ # Default: false
+ consume_all: false
+
+ # Get queue URL only
+ #
+ # Default: false
+ skip_queue_declaration: false
+
# The duration (in seconds) that the received messages are hidden from subsequent
# retrieve requests after being retrieved by a ReceiveMessage request
#
@@ -1319,7 +1339,6 @@ jobs:
#
# Should not be empty
config:
-
# Pipeline priority
#
# If the job has priority set to 0, it will inherit the pipeline's priority. Default: 10.
@@ -1330,6 +1349,11 @@ jobs:
# Messages to read into the channel
prefetch: 100
+ # Consume any payload type (not only Jobs structured)
+ #
+ # Default: false
+ consume_all: false
+
# NATS subject
#
# Default: default