pypi huey 1.7.0

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

View commits

Backwards-incompatible change

Previous versions of huey would store the traceback and associated metadata for
a failed task within the result_store, regardless of whether store_errors
was true or not. As of 1.7.0, task exceptions will only be stored in the result
store if store_errors is True. See #290 for discussion.

Don't miss a new huey release

NewReleases is sending notifications on new releases.