API - use task queue to send password request email

This commit is contained in:
Sam
2020-07-14 22:03:56 +02:00
parent e990a63675
commit c797d4393e
8 changed files with 112 additions and 11 deletions

View File

@ -87,6 +87,9 @@ run-client:
run-server:
cd fittrackee_api && $(GUNICORN) -b 127.0.0.1:5000 "fittrackee_api:create_app()" --error-logfile ../gunicorn-error.log
run-workers:
$(FLASK) worker --processes=1
serve-python:
$(FLASK) run --with-threads -h $(HOST) -p $(API_PORT)