This Week's Trending
This Month's Trending
This Year's Trending
Hi everyone,
I’m currently working on a project using Oban Pro 1.4.0 with Smart Engine, and I need some guidance on configuring a queue ...
New
Hello
We’re using Oban.Pro 1.14
we have 23 queues
we use partitioning
we use uniqueness
we use local limits
we use global limits
we use...
New
I know that Oban supports sqlite and it works very well. But I couldn’t find any mention of sqlite for ObanWeb and ObanPro.
Can somebody...
New
Oban Pro v1.7.0-rc.0 has been released!!:fire_extinguisher::heart_on_fire:
This release enhances workflows with sub-workflows and contex...
New
Here’s an example workflow that has a container sub-workflow that fans out multiple sub-workflows each of which contains a cascade functi...
New
Hey, it seems that the Oban Pro website is down: https://oban.pro/
We are using:
mix hex.repo add oban https://getoban.pro/repo \ ...
New
Yesterday I was able to deploy my app successfully.
Today my deploys are breaking with:
|
4.343 Failed to fetch record for oban/oban_p...
New
I’ve got some jobs that are “stuck”. Eg, one is scheduled 20 hours ago and is in available on attempt 0 of 15. It’s part of a workflow an...
New
Summary
A downstream job that deps on a graft correctly waits for the grafted jobs at one graft level, but stops waiting when the workflo...
New
I have an Oban Workflow that I want to limit so that only 1 Workflow will run for a user at a time, but not block for other users.
From ...
New
I have a queue that is configured like this:
queues: [
default: [
local_limit: 100,
global_limit: [
allowed: 4...
New
I have a reproduction below that I asked Claude to extract from our implementation, and seems to suffer the same issue.
The background i...
New
Hello, we recently upgraded a few services:
elixir 1.15.8-otp-25 to 1.18.4-otp-27 (live deployed)
oban ~> 2.18.1 to ~> 2.19
oban_...
New
Does the Worker.await_signal work with Workflow.add_many?
I’d like to wait for every job in the add_many to complete (including awaiting...
New
Hi Oban experts, I’m wondering about how to properly use Oban jobs (scheduled in the future) to run (or not) jobs in the following scenar...
New
Last Three Year's Trending
We are using Oban rate limiting to ensure we don’t overload an external service. The service has a rate limit of no more than 100 request...
New
Good Day ,
I have a specific workflow with ,for example (Workers A,B and C) . So when worker A executes successfully, it records results...
New
Hi! We have following oban versions:
Oban v2.17.12
Oban.Web v2.9.7
Oban.Pro v1.4.13
Elixir:
erlang 27.0.1
elixir 1.17.2-otp-27
We ...
New
:waving_hand: I’d appreciate some help proving (or disproving) a hypothesis I have about Oban’s overhead when run on multiple nodes.
Bac...
New
So, I’ve been using Oban.Pro, and specifically Oban.Pro.Relay recently to run API requests to 3rd party services. The idea being I can ha...
New
Hi there, I’m running into an issue when trying to upgrade my Oban Web package from 2.9.7 → 2.10.0-rc.3
I’m following the instructions h...
New
How do I list or count Oban jobs which are currently executing, but only in the same node my code is running?
I’ve tried running somethi...
New
I’m looking for thoughts on how to best handle an expansion I need to work into a current Oban.Pro.Workers.Workflow we have in place to h...
New
Hello again!
Following yesterday’s topic success we have tried to deploy the new version with the updated code to production but we are ...
New
I am trying to configure logging in Oban in the following way:
I don’t want to be overwhelmed by internal Oban logs. When I set config ...
New
Hi,
We have a Phoenix/LiveView app, with web servers and separate jobs servers that run Oban Pro. There are 4 jobs servers running.
Whe...
New
I’ve used the after_process/3 callback a number of times when implementing a Oban.Pro.Worker and it tends to work great for handling any ...
New
We’re working with a relatively involved setup, so I’ll try to simplify and keep it brief - details of our config are at the bottom of th...
New
Hi there,
I have a queue with the following opts:
{"paused": false, "ack_async": null, "rate_limit": null, "local_limit": 100, "global_...
New
I’m trying to wrap my head around some Oban workflows. You can group multiple jobs under a single workflow (I assume they share the same...
New
Trending Over Three Years
I have a system that needs to check for work every 5 minutes, and then process the payload. Processing the payload can take significantly...
New
We had a little accident with a production system, which usually manages to process the jobs as they come in, with no problems.
We notic...
New
I’m using the amazing Oban Web+Pro by @sorentwo in a Phoenix app. Previously the jobs were being executed on every node in my cluster, al...
New
Hey peeps,
I’m working on a daily journal bot for Slack that sends a reminder to all subscribed users to answer two questions at the beg...
New
We’re proud and happy users of Oban.Pro , however in the most recent upgrade to v1.5.0, the migrations ended up locking the oban_jobs tab...
New
Hello!
I just started upgrading Oban from OSS version to Pro and found that the old config:
config :my_project, Oban,
repo: MyProject...
New
Hi there. I am currently working on migrating our current queue system from GenServers to Oban (Pro). I am implementing this in phases, s...
New
Is it possible to pause a Workflow then continue it at a later time? For example, we’d like to start a Workflow with several Jobs, but wa...
New
def after_process(state, %Job{})
if state == :complpete do
MyApp.broadcast(
topic,
{:success, some_data}
...
New
I have to process/1 function in my worker and also have args_schema is defined.
args_schema do
field :post_id, :uuid, required: tr...
New
Hi everyone!
I had an idea and wanted some thoughts on it from anyone interested. What if you could compose Workflows similar to Ecto’s ...
New
I moved my Oban config to run at runtime (from config.exs to runtime.exs) because I need to load different configurations depending on th...
New
Hello,
I am encountering an issue while trying to fetch Oban packages from a private Hex repository during the Docker build process for ...
New
Hi!
I’m running some benchmarks and trying to see how long it takes a job to complete in chunked jobs. I’m running this query
select AV...
New
FInished setup with Oban, web and pro
Try to access oban web dashboard to localhost:4000/oban
This one got me an error says
Request: G...
New
- Follow
- Join
- Shape
the conversation
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Sub Categories:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #elixirconf-us
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming









