celery icon indicating copy to clipboard operation
celery copied to clipboard

Celery Quick Start on Render

Results 7 celery issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [flask](https://github.com/pallets/flask) from 2.1.1 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...

dependencies

Bumps [redis](https://github.com/redis/redis-py) from 4.2.2 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,...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.1 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies

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

Following the set up instructions for the Flask web service, I get this error: ImportError: cannot import name 'Celery' from 'celery' (/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/celery/__init__.py) [2025-10-19 12:16:34 -0700] [6409] [INFO] Worker exiting (pid:...