
My (unproven) hypothesis would be that you could write the current in-flight tasks to disk and read them back on start up to kick them back off
Things you lose with this would be scheduled / future / cron, but that’s not my goal
I don’t need all the connections & polling for simple job retries. Database is always the bottleneck in prod. Elixir systems I’ve worked on. I think a stupid simple retry would serve most use cases
Oban is great and when the needs dictate the move to it, I’d move to it. It just seems there’s room for a smaller, simpler starting point
English












