Mercurial > public > src > rhodecode
comparison celeryconfig.py @ 518:a3d9d24acbec celery
Implemented password reset(forms/models/ tasks) and mailing tasks.
Added smtp mailer, configurations, cleaned user model
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Mon, 13 Sep 2010 01:27:41 +0200 |
parents | 3fc3ce53659b |
children | a9e50dce3081 |
comparison
equal
deleted
inserted
replaced
517:6b934c9607e7 | 518:a3d9d24acbec |
---|---|
6 | 6 |
7 ## Result store settings. | 7 ## Result store settings. |
8 CELERY_RESULT_BACKEND = "database" | 8 CELERY_RESULT_BACKEND = "database" |
9 CELERY_RESULT_DBURI = "sqlite:///hg_app.db" | 9 CELERY_RESULT_DBURI = "sqlite:///hg_app.db" |
10 | 10 |
11 BROKER_CONNECTION_MAX_RETRIES = 30 | |
11 | 12 |
12 ## Broker settings. | 13 ## Broker settings. |
13 BROKER_HOST = "localhost" | 14 BROKER_HOST = "localhost" |
14 BROKER_PORT = 5672 | 15 BROKER_PORT = 5672 |
15 BROKER_VHOST = "rabbitmqhost" | 16 BROKER_VHOST = "rabbitmqhost" |