Changeset - e05fe780bc01
[Not reviewed]
stable
0 2 0
Mads Kiilerich (kiilerix) - 5 years ago 2020-11-07 00:58:33
mads@kiilerich.com
celery: change template to use celery 4 setting name celery.result_backend

Missed in e1d4a0d8520f ...
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general) First comment
development.ini
Show inline comments
 
@@ -259,7 +259,7 @@ use_celery = false
 
## Example: use the message queue on the local virtual host 'kallitheavhost' as the RabbitMQ user 'kallithea':
 
celery.broker_url = amqp://kallithea:thepassword@localhost:5672/kallitheavhost
 

	
 
celery.result.backend = db+sqlite:///celery-results.db
 
celery.result_backend = db+sqlite:///celery-results.db
 

	
 
#celery.amqp.task.result.expires = 18000
 

	
kallithea/lib/paster_commands/template.ini.mako
Show inline comments
 
@@ -334,7 +334,7 @@ use_celery = false
 
<%text>##</%text> Example: use the message queue on the local virtual host 'kallitheavhost' as the RabbitMQ user 'kallithea':
 
celery.broker_url = amqp://kallithea:thepassword@localhost:5672/kallitheavhost
 

	
 
celery.result.backend = db+sqlite:///celery-results.db
 
celery.result_backend = db+sqlite:///celery-results.db
 

	
 
#celery.amqp.task.result.expires = 18000
 

	
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now