Skip to content

Commit

Permalink
chore: Remove legacy consume_all feature
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdnk committed Oct 28, 2024
1 parent ab70684 commit 5ab0be4
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .rr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1362,11 +1362,6 @@ 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
Expand Down Expand Up @@ -1466,11 +1461,6 @@ jobs:
# Default: 1
tube_priority: 1

# Consume any payload type (not only Jobs structured)
#
# Default: false
consume_all: false

# Tube name
#
# Default: default
Expand Down Expand Up @@ -1502,11 +1492,6 @@ jobs:
# Default: 10
prefetch: 10

# Consume any payload type (not only Jobs structured)
#
# Default: false
consume_all: false

# Get queue URL only
#
# Default: false
Expand Down Expand Up @@ -1568,11 +1553,6 @@ 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
Expand Down

0 comments on commit 5ab0be4

Please sign in to comment.