Use separate test vhost for celery queues
This commit is contained in:
parent
e0449148a7
commit
eda20937dc
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* :support:`-` use separate test vhost for celery queues
|
||||||
* :support:`-` switch licensing to AGPLv3+
|
* :support:`-` switch licensing to AGPLv3+
|
||||||
* :support:`-` add a Vagrant setup to ease development
|
* :support:`-` add a Vagrant setup to ease development
|
||||||
* :support:`-` add example provisioning defined as saltstack states
|
* :support:`-` add example provisioning defined as saltstack states
|
||||||
|
|
|
@ -20,3 +20,5 @@ LOGGING['loggers'].update(dict(
|
||||||
'gvawebcore', 'hostingpackages', 'ldaptasks', 'managemails',
|
'gvawebcore', 'hostingpackages', 'ldaptasks', 'managemails',
|
||||||
'mysqltasks', 'osusers', 'pgsqltasks', 'taskresults',
|
'mysqltasks', 'osusers', 'pgsqltasks', 'taskresults',
|
||||||
'userdbs', 'websites']]))
|
'userdbs', 'websites']]))
|
||||||
|
BROKER_URL = BROKER_URL + '_test'
|
||||||
|
CELERY_RESULT_PERSISTENT = False
|
||||||
|
|
Loading…
Reference in a new issue