Hacker News new | ask | show | jobs
by skyde 1393 days ago
it’s usually done using the outbox pattern.

i’m not sure if this pattern can be called a type of saga.

you basically have a tiny queue in you db using a special table that you drain to an external queue server.