pypi huey 1.6.0

latest releases: 2.5.0, 2.4.5, 2.4.4...
6 years ago

View commits

  • Support for task pipelining and task function partials
  • Support for triggering task retries using RetryTask exception.
  • Support for task locking, restricting concurrency of a given task.
  • Getting result of task that failed with an exception results in a TaskException being raised.
  • Updated health check to ensure the task scheduler is always running.
  • Refactor implementation of task() and periodic_task() decorators, which should have the added benefit of making them easier to extend.
  • Refactored result-store APIs to simplify serialization / deserialization logic.
  • Fixed bug in serialization of task exceptions.
  • Added simple client/server implementation for testing locally. Blog post on the subject.

Don't miss a new huey release

NewReleases is sending notifications on new releases.