diff options
author | Valery Piashchynski <[email protected]> | 2023-03-21 16:21:28 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-21 16:21:28 +0100 |
commit | 472e33539384efad9ac688986c6db634bb4a018f (patch) | |
tree | b039e89339ecc3d08f150d0c738c120698977f35 /.rr.yaml | |
parent | 5031256b38c0cddff91794ab256f3ed19125bd8d (diff) |
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1353,8 +1353,13 @@ jobs: # on the same channel will be acknowledged. This is useful for batch processing # of deliveries # - # Default:false + # Default: false multiple_ack: false + + # The consumer_id is identified by a string that is unique and scoped for all consumers on this channel. + # + # Default: "roadrunner" + uuid. + consumer_id: "roadrunner-uuid" # Use rabbitmq mechanism to requeue the job on fail # |