Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjhea0/flask-redis-queue
Example of how to handle background processes with Flask, Redis Queue, and Docker
https://github.com/mjhea0/flask-redis-queue
docker flask redis task-queue
Last synced: 3 days ago
JSON representation
Example of how to handle background processes with Flask, Redis Queue, and Docker
- Host: GitHub
- URL: https://github.com/mjhea0/flask-redis-queue
- Owner: mjhea0
- License: mit
- Created: 2017-10-04T23:53:59.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T23:14:29.000Z (over 1 year ago)
- Last Synced: 2024-12-13T07:34:47.043Z (10 days ago)
- Topics: docker, flask, redis, task-queue
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 220
- Watchers: 7
- Forks: 74
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask Redis Queue
Example of how to handle background processes with Flask, Redis Queue, and Docker
### Quick Start
Spin up the containers:
```sh
$ docker-compose up -d --build
```Open your browser to http://localhost:5004