Skip to content

0.7 (2022-05-02)

Compare
Choose a tag to compare
@clokep clokep released this 02 May 14:28
· 14 commits to main since this release

Improvements

  • Support passing multiple or keyword arguments by disabling Celery's typing feature for Batches tasks. (#39)
  • Support using a custom Request class for Batches tasks. (#63)
  • Support calling tasks with an eta or countdown specified. 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