Skip to content

1.7.0

Compare
Choose a tag to compare
@coleifer coleifer released this 07 Feb 17:18
· 455 commits to master since this release

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.