celery-director icon indicating copy to clipboard operation
celery-director copied to clipboard

Simple and rapid framework to build workflows with Celery

Results 29 celery-director issues
Sort by recently updated
recently updated
newest added

Hi guys, Celery-director is really a cool software I had ever seen ! Is that able to delete a job through API or UI button ?? Thanks !

enhancement

I have a use case where i produce a list of file names and I want a task to process each filename in parallel. So I have task that returns...

enhancement

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.3 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 22.0.0. Release notes Sourced from gunicorn's releases. Gunicorn 22.0 has been released Gunicorn 22.0.0 has been released. This version fix the numerous security vulnerabilities. You're...

dependencies

django-celery-result requires celery=5.2.7 https://github.com/celery/django-celery-results/blob/main/requirements/default.txt celery-director requires 5.2.6

I might miss something, but as far as i can see the hooks seem to have no data except the payload. Would it not be more useful if: - the...

Hello, Is it possible to implement celery priorities options with celery-director? Redis or RabbitMQ broker, it doesn't matter, I tried with both but I failed to set them up. docker-compose.yml...