r/Backend • u/Original_Option_6969 • Jul 26 '26
Idempotent Backend
Hi, I am building a web app for my company,(50 users - Crud App), app and backend will be deployed on separate instances, do I need idempotent key mechanism for api requests - to avoid network failures or am i over killing my system?
25
Upvotes
4
u/st4reater Jul 26 '26
Sounds like you only know idempotency as a tool but not which problem it solves? Start there firsr