DEV Community

codewander
codewander

Posted on

Short note: Oban for background jobs and async workflows

I have been really impressed by how easy it is to use Oban to express complex distributed systems patterns .

I think teams using stacks other than elixir should start considering using Oban within their stacks, instead of settling for sidekiq or celery clone. It is worth the language context switch.

For example, I would consider python+react+oban or nextjs+oban or golang+react+oban.

Top comments (0)