forked from the-distro/ofborg
Disable mandatory delivery for heartbeats
This commit is contained in:
parent
06ea8606d6
commit
0fa3906497
|
@ -19,7 +19,7 @@ impl PlasticHeartbeatWorker {
|
|||
return worker::QueueMsg {
|
||||
exchange: None,
|
||||
routing_key: Some(self.queue_name.clone()),
|
||||
mandatory: true,
|
||||
mandatory: false,
|
||||
immediate: false,
|
||||
properties: None,
|
||||
content: serde_json::to_string(&plasticheartbeat::PlasticHeartbeat {})
|
||||
|
|
Loading…
Reference in a new issue