Merge pull request #494 from LnL7/fix-evaluation-queue

fix evaluation-filter queue
This commit is contained in:
Graham Christensen 2020-05-22 08:16:54 -04:00 committed by GitHub
commit d4c534d170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ fn main() -> Result<(), Box<dyn Error>> {
no_wait: false,
})?;
let queue_name = String::from("mass-rebuild-check-jobs");
let queue_name = String::from("mass-rebuild-check-inputs");
chan.declare_queue(easyamqp::QueueConfig {
queue: queue_name.clone(),
passive: false,