1.7.0
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.