##// END OF EJS Templates
celery: change ini template to use sqlite for results...
Mads Kiilerich -
r8132:f450318e default
parent child Browse files
Show More
@@ -255,7 +255,7 b' use_celery = false'
255 ## Example: connect to the virtual host 'rabbitmqhost' on localhost as rabbitmq:
255 ## Example: connect to the virtual host 'rabbitmqhost' on localhost as rabbitmq:
256 broker.url = amqp://rabbitmq:qewqew@localhost:5672/rabbitmqhost
256 broker.url = amqp://rabbitmq:qewqew@localhost:5672/rabbitmqhost
257
257
258 celery.result.backend = amqp://
258 celery.result.backend = db+sqlite:///celery-results.db
259
259
260 #celery.send.task.error.emails = true
260 #celery.send.task.error.emails = true
261 #celery.amqp.task.result.expires = 18000
261 #celery.amqp.task.result.expires = 18000
@@ -361,7 +361,7 b' use_celery = false'
361 <%text>## Example: connect to the virtual host 'rabbitmqhost' on localhost as rabbitmq:</%text>
361 <%text>## Example: connect to the virtual host 'rabbitmqhost' on localhost as rabbitmq:</%text>
362 broker.url = amqp://rabbitmq:qewqew@localhost:5672/rabbitmqhost
362 broker.url = amqp://rabbitmq:qewqew@localhost:5672/rabbitmqhost
363
363
364 celery.result.backend = amqp://
364 celery.result.backend = db+sqlite:///celery-results.db
365
365
366 #celery.send.task.error.emails = true
366 #celery.send.task.error.emails = true
367 #celery.amqp.task.result.expires = 18000
367 #celery.amqp.task.result.expires = 18000
General Comments 0
You need to be logged in to leave comments. Login now