top | item 46704624

Oban Comes to Python

12 points| pentacent_hq | 1 month ago |oban.pro

6 comments

order

narrowtux|1 month ago

Truly a great library. I have become so reliant on it, because I can basically have a guarantee that some complex process will run eventually, instead of manually catching and handling every error that might happen and write the 50th retry logic manually.

sorentwo|1 month ago

Pleased to see this posted! A lot of design time and effort behind this project (something we'll be speaking about this year). Happy to answer any questions people may have.

igsomething|1 month ago

Hey, first I want to say that Oban has been a lifesaver for me and it is the tool I miss the most from the Elixir ecosystem when doing work in Python. Thanks so much and congrats on the release.

I have one question: are there any plans for interop between Oban and the new Django Tasks[1]?

[1] https://docs.djangoproject.com/en/6.0/ref/tasks/

pentacent_hq|1 month ago

Let's hope our Python-using friends will soon discover the joy and ease of using Oban in their ecosystem. Thanks for building Oban!

borromakot|1 month ago

holy shit this is awesome.