Problem/Motivation
Sending signals to CrowdSec should be buffered following these guidelines:
- Frequency of emission: between 10 seconds and 10 minutes depending on how big the buffer gets in that period
- However, don't send more than 250 signals in a single call
Proposed resolution
Implement a storage mechanism to buffer signals and use cron to send the signals if necessary,
Comments
Comment #4
jurgenhaasThe buffering has been implemented and requires a code review.
Comment #5
jurgenhaasThis is working just fine and code review is being done in #3330044: code review 001 (coming soon)
Comment #6
rr404 commentedLooks good to me