Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / logic / management / commands / queue-retry.py @ a6e6fe48

History | View | Annotate | Download (4 kB)

# Date Author Comment
cc92b70f 02/06/2013 02:18 pm Christos Stavrakakis

Fix pep8 warnings

67619fd7 10/23/2012 04:19 pm Christos Stavrakakis

Implement queue-retry management command

Implement a new command which consumes all the messages from the
dead-letter queues and re-sends the messages back to the snf-dispatcher
in order to handle them again.

Messages are annotated with "from-dead-letter" field in order to detect...