Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Building sustainable microservices – our opinions and advice (echo.co.uk)
17 points by zgryw on Nov 6, 2019 | hide | past | favorite | 3 comments


Hi, I'm the Author of this. Feel free to ask any questions!


Thanks a lot for this post.

Could you expand on the techniques you use to implement idempotency in your workers/queues and in your rpcs?

I have seen a mix of doing nothing if there is nothing to do, locking, using a idempotency key and so on. But I am always curious to see what others do.


Yeah, basically all of the above. We rely heavily on database row locking and then checking if it's already done. Sometimes you just don't need to check to (for example, just updating a timestamp)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: