Ash FrameworkAF
Ash Framework4mo ago
13 replies
Fred

When to use Ash.Oban vs Ash.StateMachine

have a very simple pipeline that needs to be durable, i.e. automatic retry. I am porting a Python code that uses Temporal.io durable execution.

I am not sure if I have to use Oban or StateMachine, when is each more suitable?
Solution
in general combining ash_state_machine and ash_oban to trigger state transitions is one of my favorite combinations of Ash features out there
Was this page helpful?