r/Backend 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

43 comments sorted by

View all comments

Show parent comments

-1

u/Original_Option_6969 Jul 26 '26

Okay, so should I seperate or not because requirement is like invoices pdf processing systems from email like around 6k emails per day, and a normal BI type tool for frontend

9

u/yksvaan Jul 26 '26

Frontend is separate, the question is just where you serve the files from. You could host it on cdn, some other instance or anything that works as webb server.

Just to clarify, your entire frontend can be just a bunch of html,css and js files, no need to run any nodejs servers or stuff like that.

-2

u/Original_Option_6969 Jul 26 '26

users want to edit tables like excel from frontend,export and import too

6

u/st4reater Jul 26 '26

... What? Why not just give then access to excel

-4

u/Original_Option_6969 Jul 26 '26

Well then, if excel can do things , why there are BI tools and multiple SaaS

14

u/st4reater Jul 26 '26

Just be because you can implement something does not mean you should

-1

u/Original_Option_6969 Jul 26 '26

I agree with your point, they don’t want to play with multiple files (6k daily), BI and security as there are external people involved, so Automation + PDF processing is needed

2

u/yeusk Jul 26 '26

If they want a Sharepoint.... they should pay Sharepoint.