Skip to content

Commit

Permalink
chore: made sure queue is durable
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendomey committed Feb 18, 2025
1 parent ad5b67c commit f446a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/search/pkg/lib/queue/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (client *Client) init(conn *amqp.Connection) error {
}
_, err = channel.QueueDeclare(
client.QueueName,
false, // Durable
true, // Durable
false, // Delete when unused
false, // Exclusive
false, // No-wait
Expand Down

0 comments on commit f446a3f

Please sign in to comment.