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: 6 months 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T23:14:29.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T23:36:30.035Z (about 1 year ago)
- Topics: docker, flask, redis, task-queue
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 221
- Watchers: 7
- Forks: 73
- 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