Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (4.1 kB)

# Date Author Comment
b6426ead 03/04/2014 01:39 pm Ilias Tsitsimpis

Use SynnefoCommand for django-admin commands

Instead of django's BaseCommand class, use out SynnefoCommand which
takes care of logging the command and its output.

Issue #4948: Log all stdout/stderr for snf-manage invocations

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...