From e1a4efe35c63bb2e87265980d76799f64e6b26cc Mon Sep 17 00:00:00 2001 From: yackob03 Date: Wed, 12 Feb 2014 12:51:30 -0500 Subject: [PATCH] Change the build queue identifier to disambiguate between old and new build jobs. --- data/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/queue.py b/data/queue.py index ef0026e52..cf0acd898 100644 --- a/data/queue.py +++ b/data/queue.py @@ -64,5 +64,5 @@ class WorkQueue(object): image_diff_queue = WorkQueue('imagediff') -dockerfile_build_queue = WorkQueue('dockerfilebuild') +dockerfile_build_queue = WorkQueue('dockerfilebuild2') webhook_queue = WorkQueue('webhook')