Changes
-
Upgrade minimum Phoenix Live View dependency to
0.15
.
Bug Fixes
- Allow retrying or deleting cancelled jobs when they were never attempted.
0.15
.
Cancelling a job transitions the job to the cancelled
state rather than
discarded
. The discarded
state is now reserved for jobs that exhaust retry
attempts or are purposefully discarded through a {:discard, reason}
tuple.
Display meta
in the job details view.
~> 2.3.0
to support the new cancelled
state,
and meta
field.