-
|
I might be missing something obvious here, how can I retrieve the results of a job? The equivalent in Oban should be |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
There’s no feature for recording job “output” as of now. I’ve definitely been thinking about how to add it though. Any thoughts on how the API for that might look? Also how large is the payload you’re looking to save? |
Beta Was this translation helpful? Give feedback.
-
|
On the subject,
and I think this covers what I've been looking for -- a way to look up at some past information on a completed job! |
Beta Was this translation helpful? Give feedback.
On the subject,
RecordOutputhas existed since v0.18.0 - https://pkg.go.dev/github.com/riverqueue/river#RecordOutputand
JobUpdatesince v0.29.0 - https://pkg.go.dev/github.com/riverqueue/river#Client.JobUpdateI think this covers what I've been looking for -- a way to look up at some past information on a completed job!