We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355ed06 commit c17608eCopy full SHA for c17608e
server/svix-server/src/queue/rabbitmq.rs
@@ -74,7 +74,7 @@ pub async fn new_pair(
74
// "global" enforces the same limit for other consumers on the channel, which isn't
75
// necessarily what we want
76
consume_prefetch_count: Some(prefetch_size),
77
- requeue_on_nack: false, // TODO
+ requeue_on_nack: true,
78
})
79
.build_pair()
80
.await
0 commit comments