docker-flask-celery-redis icon indicating copy to clipboard operation
docker-flask-celery-redis copied to clipboard

Docker-Compose template for orchestrating a Flask app with a Celery queue using Redis

Results 10 docker-flask-celery-redis issues
Sort by recently updated
recently updated
newest added

Bumps [celery](https://github.com/celery/celery) from 5.1.2 to 5.2.2. Release notes Sourced from celery's releases. 5.2.2 Release date: 2021-12-26 16:30 P.M UTC+2:00 Release by: Omer Katz Various documentation fixes. Fix CVE-2021-23727 (Stored Command...

dependencies

Bumps [celery](https://github.com/celery/celery) from 5.1.2 to 5.2.2. Release notes Sourced from celery's releases. 5.2.2 Release date: 2021-12-26 16:30 P.M UTC+2:00 Release by: Omer Katz Various documentation fixes. Fix CVE-2021-23727 (Stored Command...

dependencies

What is the use of the worker.py file inside ./api? Since we are already having a separate container running as a celery worker? Is this file obsolete?

when i tried docker compose up --build shows following error ERROR: for monitor Cannot create container for service monitor: status code not OK but 500: {"Message":"Unhandled exception: Filesharing has been...

is there a way to start both flask and celery in development mode with hot-reload being active to prototype the task?

Hello, Thanks a lot for your example, it was what I was looking for :) Reading the [contributing guidelines](https://github.com/mattkohl/.github/blob/master/CONTRIBUTING.md) it says : "All third party contributors acknowledge that any contributions...

I needed to delete the following lines from `requirements.txt` ``` MarkupSafe==1.0 pytz==2018.3 ``` Seems like those versions are not valid anymore. After doing that, the setup works fine. Thanks for...

containers started but that containers not connected to outside , need any specific changes in Dockerfile or any other files…?

Bumps [flower](https://github.com/mher/flower) from 1.0.0 to 1.2.0. Commits f39aa86 Set release version 0e86830 Merge branch 'master' into 1.0 30b5a97 Remove use of mock (#1228) cd6a3c9 Security improvements (#1227) d91fbbf use GitHub...

dependencies

Change python version to 3.10. Change Flask, redis, celery, flower and watchdog to more recent versions. Change to start celery under unprivileged user (nobody:nogroup). **Contributing to Twilio** > All third-party...