FinalizedAt
struct field is not set on Job
for cancelled events
#515
Labels
bug
Something isn't working
FinalizedAt
struct field is not set on Job
for cancelled events
#515
I'm subscribing to terminal job states:
And I noticed that the
FinalizedAt
struct field forJob
is nil when the job is cancelled. This is confusing because other parts of the code seem to suggest thatFinalized
includes cancelled jobs so I would expect it to be set.https://github.com/riverqueue/riverui/blob/93b4f537a1b64382ac359c42c8730255e9a9f446/ui/src/components/JobList.tsx#L174
The text was updated successfully, but these errors were encountered: