flask-rq-example icon indicating copy to clipboard operation
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.

  1. Clone the repository

  2. Start the application::

    $ docker-compose up

  3. Open your browser and go to http://localhost:5000 <http://localhost:5000>_.