Show More
@@ -255,7 +255,7 b' use_celery = false' | |||
|
255 | 255 | ## Example: connect to the virtual host 'rabbitmqhost' on localhost as rabbitmq: |
|
256 | 256 | broker.url = amqp://rabbitmq:qewqew@localhost:5672/rabbitmqhost |
|
257 | 257 | |
|
258 |
celery.result.backend = |
|
|
258 | celery.result.backend = db+sqlite:///celery-results.db | |
|
259 | 259 | |
|
260 | 260 | #celery.send.task.error.emails = true |
|
261 | 261 | #celery.amqp.task.result.expires = 18000 |
@@ -361,7 +361,7 b' use_celery = false' | |||
|
361 | 361 | <%text>## Example: connect to the virtual host 'rabbitmqhost' on localhost as rabbitmq:</%text> |
|
362 | 362 | broker.url = amqp://rabbitmq:qewqew@localhost:5672/rabbitmqhost |
|
363 | 363 | |
|
364 |
celery.result.backend = |
|
|
364 | celery.result.backend = db+sqlite:///celery-results.db | |
|
365 | 365 | |
|
366 | 366 | #celery.send.task.error.emails = true |
|
367 | 367 | #celery.amqp.task.result.expires = 18000 |
General Comments 0
You need to be logged in to leave comments.
Login now