Commit Graph

6 Commits

Author SHA1 Message Date
db094d2a13 reverted changes to throttler for ignoring duplicate events. This caused
more problems since state is immutable but some state of agents and
client is not immutable so it ignored events that were not really
duplicates.
This reverts commit f6b0211336.
2024-09-08 11:16:49 +02:00
0801310542 updated comments of throttler 2024-09-08 11:16:49 +02:00
a99de52e56 throttler now ignoring duplicate events. 2024-09-08 11:16:49 +02:00
c1ade0408d some moving around of files in the throttling package to make the
structure more clear.
2024-09-08 11:16:49 +02:00
6c6d396393 more generalization of how time is handled in the tests.
Asynchronous variant that is easier to use and multi-thread safe.
2024-09-08 11:16:49 +02:00
1bf559bb65 moved the throttler to its own package. 2024-09-08 11:16:49 +02:00