Hacker News new | ask | show | jobs
by oflor 1292 days ago
And how does it recover incomplete tasks in case of sudden power outage? Microservices use persistent message brokers for that, which are not there in threads. Or are these monoliths all treated as pets with redundant power supply and network lines?
1 comments

Thread does not imply no queue or no persistent storage. In fact, if you use something like Hangfire you already have that.