Cloud DeveloperDays 2019 | Approaches to Application Request Throttling (200)
Cloud DeveloperDays 2019 | Approaches to Application Request Throttling (200)
547
post-template-default,single,single-post,postid-547,single-format-standard,ajax_fade,page_not_loaded,,qode_grid_1300,qode-theme-ver-16.8,qode-theme-bridge,disabled_footer_bottom,qode_header_in_grid,wpb-js-composer js-comp-ver-5.5.2,vc_responsive

Approaches to Application Request Throttling (200)

Speaker: Maarten Balliauw

Speaking from experience building a Software-as-a-Service: users are insane. If you are lucky, they use your service, but in reality, they probably abuse. Crazy usage patterns resulting in more requests than expected, request bursts when users come back to the office after the weekend, and more! These all pose a potential threat to the health of our web application and may impact other users or the service as a whole. Ideally, we can apply some filtering at the front door: limit the number of requests over a given timespan, limiting bandwidth, … In this talk, we’ll explore the simple yet complex realm of rate limiting. We’ll go over how to decide on which resources to limit, what the limits should be and where to enforce these limits – in our app, on the server, using a reverse proxy like Nginx or even an external service like CloudFlare or Azure API management. The takeaway? Know when and where to enforce rate limits so you can have both a happy application as well as happy customers.

No Comments

Sorry, the comment form is closed at this time.