Parker Selbert
Parker Selbert
This PR addresses https://github.com/dependabot/dependabot-core/issues/1286 Underneath, this required pretty minimal changes to the existing hex updater/checker code. Figuring out how to make the modifications and recognizing that all of the other...
Staging is essential functionality and is required for Oban to operate correctly. The stager is required to process jobs and is magically injected as a plugin. It is impossible to...
Tracking detailed state changes is impossible with the current telemetry metadata. We need the original and subsequent state for operations that insert, update, or delete jobs for accurate information. -...
The most common cause of "jobs not processing" is when PubSub isn't available. Our troubleshooting section instructs people to investigate their PubSub and optionally include the `Repeater` plugin. That kind...
### Environment - Oban Web v2.9.X ### Current Behavior Broad searches with large amounts of data in `args` or `meta` cause a `Postgrex.Error`: ``` Postgrex.Error ERROR 54000 (program_limit_exceeded) string is...
To be changed before Oban 3.0: ### Defaults - [ ] Use `scheduled_at` as unique timestamp by default ### Normalization - [ ] Normalize telemetry states from executor (success =>...
Replace much of README with Overview and expanded guides. ### Introduction - [x] Installation - [ ] Getting Started / Up and Running (Possibly LiveBook?) - [x] Ready for Production...