Beispiel #1
0
 def Celery(self, *args, **kwargs):
     return UnitApp(*args, broker='rediss://redishost:26379/0', **kwargs)
Beispiel #2
0
 def Celery(self, *args, **kwargs):
     return UnitApp(*args,
                    broker='redis-sentinel://redis-sentinel:26379/0',
                    **kwargs)