Disable immediate in the buildjob: it was a misunderstood option :(

This commit is contained in:
Graham Christensen 2017-11-10 18:37:28 -05:00
parent f42dd6bb4c
commit bcb5f7b9ef
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -40,7 +40,7 @@ impl Actions {
exchange: Some("build-results-x".to_owned()),
routing_key: None,
mandatory: true,
immediate: true,
immediate: false,
properties: Some(props),
content: serde_json::to_string(&msg).unwrap().into_bytes()
}),