Skip to content

Commit c17608e

Browse files
committed
Enable requeue_on_nack for rabbitmq task queue backend
1 parent 355ed06 commit c17608e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: server/svix-server/src/queue/rabbitmq.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub async fn new_pair(
7474
// "global" enforces the same limit for other consumers on the channel, which isn't
7575
// necessarily what we want
7676
consume_prefetch_count: Some(prefetch_size),
77-
requeue_on_nack: false, // TODO
77+
requeue_on_nack: true,
7878
})
7979
.build_pair()
8080
.await

0 commit comments

Comments
 (0)