flask-redis-queue
flask-redis-queue copied to clipboard
Example of how to handle background processes with Flask, Redis Queue, and Docker
Please find the postman collection for understanding features. Try running postman APIs (named POST async) without "webhook_endpoint" payload key and take a look at the logs for understanding how Redis...
When you try to build the docker image using the provided `docker-compose` configuration file, the build will fail and exit with an error clearly caused by incompatibility with `werkzeug` package...
Bumps [flask](https://github.com/pallets/flask) from 2.0.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
Bumps [redis](https://github.com/redis/redis-py) from 4.1.1 to 4.4.4. Release notes Sourced from redis's releases. 4.4.4 Changes Upgrade urgency: SECURITY, contains fixes to security issues. (CVE-2023-28859) - Cancelling an async future does not,...
The dashboard mentioned in the existing docker compose wasn't working for me – this PR adds a nicer version with way more info & hot reloading: