# HG changeset patch # User Mads Kiilerich # Date 1604710713 -3600 # Node ID e05fe780bc01068649583e9f8397a04c40c60d43 # Parent e7fd22ecf6f90376a5867cd5fe65e18907161842 celery: change template to use celery 4 setting name celery.result_backend Missed in e1d4a0d8520f ... diff -r e7fd22ecf6f9 -r e05fe780bc01 development.ini --- a/development.ini Wed Nov 04 21:11:48 2020 +0100 +++ b/development.ini Sat Nov 07 01:58:33 2020 +0100 @@ -259,7 +259,7 @@ ## 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 diff -r e7fd22ecf6f9 -r e05fe780bc01 kallithea/lib/paster_commands/template.ini.mako --- a/kallithea/lib/paster_commands/template.ini.mako Wed Nov 04 21:11:48 2020 +0100 +++ b/kallithea/lib/paster_commands/template.ini.mako Sat Nov 07 01:58:33 2020 +0100 @@ -334,7 +334,7 @@ <%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