🚗 Rate-limit your actions and funcs by throttling and debouncing them. Retry when an exception is thrown.
-
Updated
Jul 2, 2025 - C#
🚗 Rate-limit your actions and funcs by throttling and debouncing them. Retry when an exception is thrown.
Rate Limiting (debounce, throttle) for C# Portable Class Library
.NET library that coalesces, debounces, serializes, and throttles incoming concurrent events.
A .NET workflow enhancement library, with debouncing and throttling features provided.
This project demonstrates the usage of RabbitMQ to process jobs using debouncing. When multiple messages with the same payload are invoked within a specified delay period, only the last message is processed.
Add a description, image, and links to the debounce topic page so that developers can more easily learn about it.
To associate your repository with the debounce topic, visit your repo's landing page and select "manage topics."