comparison celeryconfig.py @ 1002:3a7f5b1a19dd beta

made rhodecode work with celery 2.2, made some tasks optimizations(forget results) added celeryconfig.py with just the definitions of hosts, it seams just this is needed to get celery working nice, all other config options are taken from .ini files. This is a temp workaround until i get the proper soltuion to this problem.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 08 Feb 2011 02:57:21 +0100
parents
children
comparison
equal deleted inserted replaced
1001:94e0541a5283 1002:3a7f5b1a19dd
1 ## Broker settings.
2 BROKER_VHOST = "rabbitmqhost"
3 BROKER_USER = "rabbitmq"
4 BROKER_PASSWORD = "qweqwe"