diff development.ini @ 8822:116151b6bfb2

celery: drop tracking of task_id - we use ignore_result=True and will never get anything back There is thus no need for configuration of celery.result_backend . The alternative would be to fix it. That could give better error reporting from failing repo creations, but would require quite a bit of additional changes before it actually works reliably.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 30 Dec 2020 00:14:57 +0100
parents 0270c714fa17
children fb40978c1afb
line wrap: on
line diff
--- a/development.ini	Tue Dec 29 16:31:59 2020 +0100
+++ b/development.ini	Wed Dec 30 00:14:57 2020 +0100
@@ -259,10 +259,6 @@
 ## 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.amqp.task.result.expires = 18000
-
 celery.worker_concurrency = 2
 celery.worker_max_tasks_per_child = 100