REST API for Scheduling Jobs and HTTP Request Jobs #115
Replies: 1 comment 2 replies
-
Interesting. My intent had been to provide language-friendly insert-only SDKs for a few popular languages (probably Ruby to start, then maybe JS), but an HTTP API might be somewhat useful in that it'd provide a fallback for any other languages we didn't get to. One significant downside though is that with HTTP you lose the transactional benefits offered by using a database driver and transaction directly. This might be okay for some use cases though. @octalpixel OOC, were you thinking that you'd send from Node and still have jobs worked in Go? Or does the "send request to endpoint" part of your chart suggest that there'd be a way to configure a job to send through to another HTTP API? |
Beta Was this translation helpful? Give feedback.
-
Hey!
Just a curious guy coming across the repo. Something that cross my mind, I see similarity to https://quirrel.dev/ , https://www.inngest.com/
Having the River support REST API would really help non-Go developers to use the service as well. Meaning I could simple self host this on railway and build use this as a queue system. Just a thought that probably a basic support to add jobs that trigger HTTP endpoints would kinda kick start things as well.
Eg:
Beta Was this translation helpful? Give feedback.
All reactions