Iodine98 / dora-back

A Python backend for Document Retrieval and Analysis (DoRA).
MIT License
0 stars 1 forks source link

Add Flask-Executor to app.py #58

Closed Iodine98 closed 2 months ago

Iodine98 commented 2 months ago

This pull request adds Flask-Executor to the app.py file. It also includes the necessary changes to the requirements.txt file to add the flask-executor package as a dependency.

Iodine98 commented 2 months ago

Using Flask-Executor, it's possible to have a lightweight queue that can store jobs and retrieve based on the Flask state of the application