OnTrack-UG-Squad / speaker-verification-api

A public repository of work for the Speech Verification RESTful API component of the undergrad squad for Doubtfire.
MIT License
2 stars 5 forks source link

Implement Redis and Celery #1

Closed notkurt closed 3 years ago

notkurt commented 3 years ago

We need to implement a task queuing system for the Django API to ensure that that the frontend HTTP workers to not get tied up processing enrolments and validations with regard to the Speaker Verification module. Based on our project plan, we are going to used Redis and Celery. Please integrate Redis and Celery into the development Docker environment.

notkurt commented 3 years ago

Integrate Celery and Redis into the Docker Development