Skip to content

Releases: TkTech/celery-heimdall

v1.0.1

31 May 17:27
Compare
Choose a tag to compare
  • Remove a pinned dependency, which was to work around a bug in importlib-metadata that prevent celery from being imported.
  • Relax all other required dependencies to wildcard versions, as we work with all known versions, and all projects that depend on us would have overlapping dependencies.

v1.0.0

06 Oct 14:08
b6709f6
Compare
Choose a tag to compare
  • Try to acquire lock at runtime, not just on apply_sync(), which works around issues with send_task() and celery beat not even using apply_sync().
  • Supports str instead of lambda for task key.

v0.5.0

09 Jan 13:56
Compare
Choose a tag to compare

Add support for providing rate limits based off the function key, task, args, and/or kwargs.

v0.4.0

06 Oct 23:46
Compare
Choose a tag to compare
  • Added a new only_after helper.
  • Fix a dependency issue on Python 3.7 caused by the 5.0.0 release of importlib-metadata (python/importlib_metadata#411)

v0.3.0

24 Aug 06:31
Compare
Choose a tag to compare
Version bump.

v0.2.0

21 Aug 00:47
Compare
Choose a tag to compare

Added support (enabled by default) for "silent" unique tasks, which will simply return the existing tasks's AsyncResult instead of raising an exception, making it fairly transparent.

v0.1.0

20 Aug 01:40
Compare
Choose a tag to compare

It's alive! First working version