Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/beenje/flask-rq-example
- Owner: beenje
- License: bsd-2-clause
- Created: 2016-08-20T13:07:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T14:42:40.000Z (about 8 years ago)
- Last Synced: 2024-05-19T23:35:51.552Z (6 months ago)
- Language: Python
- Homepage: http://beenje.github.io/blog/posts/running-background-tasks-with-flask-and-rq/
- Size: 8.79 KB
- Stars: 25
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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
`_.