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')