Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beenje/flask-rq-example

A simple example to show how to run background tasks with FLask and RQ
https://github.com/beenje/flask-rq-example

Last synced: 3 months ago
JSON representation

A simple example to show how to run background tasks with FLask and RQ

Awesome Lists containing this project

README

        

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
`_.