When the website traffic is too high, users always fail to log in. I want to control it through current limiting, how to achieve it?
You can use nginx to limit the flow
Don’t you want to know why users fail to log in?
Generally when the number of visits is too high, either the website cannot be accessed, or the operation will slow down.
It is recommended that you find out the reason why the user failed to log in. Only in this way can we prescribe the right medicine.
You can use nginx to limit the flow
Don’t you want to know why users fail to log in?
Generally when the number of visits is too high, either the website cannot be accessed, or the operation will slow down.
It is recommended that you find out the reason why the user failed to log in. Only in this way can we prescribe the right medicine.