From 2100a7baaa49720cccc8197a07b3559b6f4878f0 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Thu, 21 Jan 2021 23:44:53 +0100 Subject: [PATCH] ### 0.0.10 Release * Issue #24 update_data * Issue #26 /admin/database/dump * Issue #28 /admin/database/import * Fixed #29 /who/info * Fixed #30 /europa/info * Fixed #31 /rki/info * Fixed #32 /nrw/info * Issue #33 /europe/date_reported * Issue #34 /europe/continent * Issue #35 /europe/country * Issue #36 /europe/data * Fixed #37 switch from RabbitMQ to Redis * Fixed #38 update Celery from 4 to 5 --- etc/TODO.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/TODO.md b/etc/TODO.md index 89d2a13b..b3085a9b 100644 --- a/etc/TODO.md +++ b/etc/TODO.md @@ -1,9 +1,9 @@ # TODO -## Celery -* https://stackabuse.com/asynchronous-tasks-using-flask-redis-and-celery/ -* https://www.linode.com/docs/guides/task-queue-celery-rabbitmq/ -* https://suzannewang.com/celery-rabbitmq-tutorial/ - ## Jinja * https://jinja.palletsprojects.com/en/2.11.x/templates/ + +## Celery +* https://stackabuse.com/asynchronous-tasks-using-flask-redis-and-celery/ +* https://docs.celeryproject.org/en/stable/userguide/monitoring.html#monitoring-redis-queues +* https://docs.celeryproject.org/en/stable/userguide/daemonizing.html#service-file-celery-service \ No newline at end of file -- GitLab