jkaluza / odcs

Forked from odcs 6 years ago
Clone

43abffb Allow deploying ODCS as Celery app.

Authored and Committed by jkaluza 5 years ago
    Allow deploying ODCS as Celery app.
    
    This should replace fedmsg-hub as a way how frontend communicate
    with backends. Celery brings lot of improvements and actually
    enables ODCS scalling on Fedora, because fedmsg cannot do
    round-robin. We can also have different backends for different
    kind of composes and also monitor the backends thanks to Celery.
    
        
file modified
+21 -1
file modified
+15 -0
file modified
+2 -2