Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
5fbe73dd
Commit
5fbe73dd
authored
May 26, 2011
by
Georgios Gousios
Browse files
Remove unused queue declaration
parent
f9c9274a
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings.py.dist
View file @
5fbe73dd
...
...
@@ -183,10 +183,9 @@ EXCHANGES = (EXCHANGE_GANETI, EXCHANGE_CRON, EXCHANGE_API)
QUEUE_GANETI_EVENTS = "events"
QUEUE_CRON_CREDITS = "credits"
QUEUE_EMAIL = "email"
QUEUE_API = "api"
QUEUE_RECONC = "reconciliation"
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 = [
# Queue # Exchange # RouteKey # Handler
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment