Changelog¶
0.9 (2024-06-03)¶
Improvements¶
Call the task received signal for
Batchestask. (#85)
Maintenance¶
0.8.1 (2023-06-27)¶
Bugfixes¶
0.8 (2023-06-27)¶
Improvements¶
Support passing through the request_dict from the original Celery request. Contributed by @montasaurus. (#71)
Maintenance¶
0.7 (2022-05-02)¶
Improvements¶
Support passing multiple or keyword arguments by disabling Celery’s
typingfeature forBatchestasks. (#39)Support using a custom
Requestclass forBatchestasks. (#63)Support calling tasks with an
etaorcountdownspecified. Contributed by @weetster. (#59)
Bugfixes¶
Handle “hybrid” messages that have moved between Celery versions. Port celery/celery#4358 to celery-batches. (#64)
Fix task ETA issues when timezone is defined in configuration. Port celery/celery#3867 to celery-batches. (#64)
Maintenance¶
Ignore virtualenvs in .gitignore. Contributed by Tony Narlock. (#44)
Update README badges to include PyPI and GitHub Actions (instead of Travis CI). Contributed by Tony Narlock. (#47)
Update copyright information. Contributed by Tony Narlock. (#46)
Improve documentation. Contributed by Tony Narlock. (#45, #49, #50, #55)
Document use-cases and include more examples. (#65)
Run the unit tests against RabbitMQ & Redis brokers/backends. (#57)
0.6 (2021-12-30)¶
Bugfixes¶
Fix a bug when passing a
requesttomark_as_donewith Celery 5.1.0. (#32)
Maintenance¶
0.5 (2021-05-24)¶
Bugfixes¶
Fix storing of results in the RPC Result Backend). (#30)
Maintenance¶
0.4 (2020-11-30)¶
Maintenance¶
0.3 (2020-01-29)¶
Improvements¶
Maintenance¶
0.2 (2018-04-20)¶
Improvements¶
Add support for protocol v2. (#1)
Maintenance¶
0.1 (2018-03-23)¶
Improvements¶
Batchestasks now call pre- and post-run signals.
Maintenance¶
The initial released version, includes changes to make it a separate package, etc.
celery-final¶
The final version of
celery.contrib.batchesbefore it was removed in4b3ab708778a3772d24bb39142b7e9d5b94c488b.