Changeset - 34a59bfcebb1
[Not reviewed]
default
0 2 0
Mads Kiilerich (kiilerix) - 5 years ago 2020-02-11 02:54:43
mads@kiilerich.com
ini: drop deprecated CELERY_RESULT_DBURI

https://docs.celeryproject.org/en/3.1/configuration.html#celery-result-dburi says:

This setting is no longer used as it’s now possible to specify the database
URL directly in the CELERY_RESULT_BACKEND setting.
2 files changed with 2 insertions and 4 deletions:
0 comments (0 inline, 0 general) First comment
development.ini
Show inline comments
 
@@ -257,8 +257,7 @@ broker.url = amqp://rabbitmq:qewqew@loca
 

	
 
celery.imports = kallithea.lib.celerylib.tasks
 
celery.accept.content = pickle
 
celery.result.backend = amqp
 
celery.result.dburi = amqp://
 
celery.result.backend = amqp://
 
celery.result.serializer = json
 

	
 
#celery.send.task.error.emails = true
kallithea/lib/paster_commands/template.ini.mako
Show inline comments
 
@@ -363,8 +363,7 @@ broker.url = amqp://rabbitmq:qewqew@loca
 

	
 
celery.imports = kallithea.lib.celerylib.tasks
 
celery.accept.content = pickle
 
celery.result.backend = amqp
 
celery.result.dburi = amqp://
 
celery.result.backend = amqp://
 
celery.result.serializer = json
 

	
 
#celery.send.task.error.emails = true
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now