Skip to content

Commit

Permalink
chore: update .rr.yaml and schemas
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Dec 1, 2022
1 parent 6277d47 commit 79ec183
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 140 deletions.
20 changes: 17 additions & 3 deletions .rr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ jobs:
# If the job has priority set to 0, it will inherit the pipeline's priority. Default: 10.
priority: 10

# Number of job to prefetch from the driver.
# Number of job to prefetch from the driver until ACK/NACK.
#
# Default: 100_000.
prefetch: 10000
Expand Down Expand Up @@ -1303,6 +1303,21 @@ jobs:
# Default: false
durable: false

# Durable exchange (rabbitmq option: https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges)
#
# Default: true
exchange_durable: false

# Auto-delete (exchange is deleted when last queue is unbound from it): https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges
#
# Default: false
exchange_auto_deleted: false

# Auto-delete (queue that has had at least one consumer is deleted when last consumer unsubscribes) (rabbitmq option: https://www.rabbitmq.com/queues.html#properties)
#
# Default: false
queue_auto_deleted: false

# Delete queue when stopping the pipeline
#
# Default: false
Expand Down Expand Up @@ -1397,8 +1412,7 @@ jobs:
# If the job has priority set to 0, it will inherit the pipeline's priority. Default: 10.
priority: 10

# Number of jobs to prefetch from the SQS. Amazon SQS never returns more messages than this value
# (however, fewer messages might be returned). Valid values: 1 to 10.
# Number of jobs to prefetch from the SQS until ACK/NACK.
#
# Default: 10
prefetch: 10
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ require (
github.com/roadrunner-server/send/v3 v3.0.4
github.com/roadrunner-server/server/v3 v3.0.4
github.com/roadrunner-server/service/v3 v3.0.4
github.com/roadrunner-server/sqs/v3 v3.1.2
github.com/roadrunner-server/sqs/v3 v3.1.3
github.com/roadrunner-server/static/v3 v3.0.4
github.com/roadrunner-server/status/v3 v3.0.4
github.com/roadrunner-server/tcp/v3 v3.0.4
Expand Down
Loading

0 comments on commit 79ec183

Please sign in to comment.