Skip to content
Snippets Groups Projects
Commit 5fbe73dd authored by Georgios Gousios's avatar Georgios Gousios
Browse files

Remove unused queue declaration

parent f9c9274a
No related branches found
No related tags found
No related merge requests found
...@@ -183,10 +183,9 @@ EXCHANGES = (EXCHANGE_GANETI, EXCHANGE_CRON, EXCHANGE_API) ...@@ -183,10 +183,9 @@ EXCHANGES = (EXCHANGE_GANETI, EXCHANGE_CRON, EXCHANGE_API)
QUEUE_GANETI_EVENTS = "events" QUEUE_GANETI_EVENTS = "events"
QUEUE_CRON_CREDITS = "credits" QUEUE_CRON_CREDITS = "credits"
QUEUE_EMAIL = "email" QUEUE_EMAIL = "email"
QUEUE_API = "api"
QUEUE_RECONC = "reconciliation" QUEUE_RECONC = "reconciliation"
QUEUE_DEBUG = "debug" # Debug queue, retrieves all messages QUEUE_DEBUG = "debug" # Debug queue, retrieves all messages
QUEUES = (QUEUE_GANETI_EVENTS, QUEUE_CRON_CREDITS, QUEUE_EMAIL, QUEUE_API, QUEUE_RECONC) QUEUES = (QUEUE_GANETI_EVENTS, QUEUE_CRON_CREDITS, QUEUE_EMAIL, QUEUE_RECONC)
BINDINGS_DEBUG = [ BINDINGS_DEBUG = [
# Queue # Exchange # RouteKey # Handler # Queue # Exchange # RouteKey # Handler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment