flask-rq-example
flask-rq-example copied to clipboard
A simple example to show how to run background tasks with FLask and RQ
Running background tasks with Flask and RQ
Simple example to run background tasks with Flask and RQ.
-
Clone the repository
-
Start the application::
$ docker-compose up
-
Open your browser and go to
http://localhost:5000 <http://localhost:5000>_.