5/23/2025 at 2:12:04 PM
FYI if anyone is looking for a production ready job runner in Elixir, I strongly recommend Oban. They have a paid pro version but the open source version is still absolutely fantastic.by sbrother
5/23/2025 at 2:21:30 PM
Oban is great! This is definitely just met to be a learning exercise. But it could go quite a ways on its own in prod.by rhgraysonii
5/23/2025 at 2:17:17 PM
Just to add to the parent the Open Source version and the Pro Version just differs in that the Pro Version has a few plugins that the normal version has (for example workflows where you can have multiple workers working together) but it is not something you need for most use-cases.by victorbjorklund
5/23/2025 at 3:57:29 PM
It's more than just a few - even more basic things like rate limiting or concurrency controls are gated behind Pro. It works extremely well, but I've been reluctant to use it in open source projects because there's quite a bit in there I'd need to rebuild.by pikdum
5/23/2025 at 5:20:19 PM
im curious about your use case -- it seems weird (to me) to use it in an open source project unless its some kind of turnkey full app -- is there a way to just release it and encourage people to bring their own oban keys? that way it looks good for the elixir ecosystem that it has found a way to support hybrid open source libraries and expands the obam ecosystemby throwawaymaths
5/23/2025 at 5:48:09 PM
My open source projects are generally more applications than libraries, yeah.by pikdum
5/23/2025 at 6:01:43 PM
Do you worry about enshittification down the road?by freedomben