Replies: 2 comments 6 replies
-
Hi Martin, This is a feature we haven't thought about in depth — I was assuming to some degree at least that programs making use of River would have their own ORM or something like sqlc operating already and could examine things in the database that way according to their specific requirements. That said, it'd probably make a decent client addition. A few things we'd have to think about:
To anyone else reading this: feel free to use the upvote emoticon to indicate interest in the feature so we know how to prioritize. |
Beta Was this translation helpful? Give feedback.
-
@pmenglund As of River 0.0.17 a jobs list API is now available: https://pkg.go.dev/github.com/riverqueue/river#Client.JobList Try it out and let us know if it's roughly what you had in mind. Going to close this discussion as resolved for the time being. |
Beta Was this translation helpful? Give feedback.
-
I've been looking for a way to list the jobs in the queues, but not found any way to do it apart from running a SQL query against Postgres. Is this something which should be supported in the river client, or is that supposed to be done through a subscription?
Beta Was this translation helpful? Give feedback.
All reactions