Throttle actions taken by repeated calls to an API endpoint – ASP.NET Core 7
I have an external service notification hitting an endpoint when there has been a change in my database. This pulls the updated data from the database and fires it out to connected clients via SignalR. This service can send multiple…