|
|
|
|
|
by nichochar
139 days ago
|
|
We're building an AI powered app builder. We use elixir, phoenix and of course OBAN. It feels like such a super power. What you're describing is particularly important in the era of long running AI processes. Something as simple as running a deploy creates pressure on your agent orchestration. But if everything is powered by OBAN you have wonderful ways to build durability. By the way, it's all "free" and built-in. In other language ecosystems, people literally pay for durability that has this shape (like temporal) |
|