Hacker News new | ask | show | jobs
by sergF 104 days ago
Yeah, that's usually when async becomes unavoidable for me too — long tasks, retries, scheduling.

Even with Postgres queues I still end up doing a fair bit of setup, which makes me wonder if this should live outside the app.