bibxml-service icon indicating copy to clipboard operation
bibxml-service copied to clipboard

Switch Celery result backend to Django ORM (potentially)

Open strogonoff opened this issue 3 years ago • 3 comments

Currently, task status/result persists in Redis, but if we want dataset indexing task history to be more reliable/exist for longer we should persist it in PostgreSQL (using django-celery-results). This would also make it available using Django ORM, making it more convenient to query task status.

strogonoff avatar Nov 23 '21 19:11 strogonoff