Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 308 Bytes

README.rst

File metadata and controls

13 lines (8 loc) · 308 Bytes

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.