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

jurgenhaas created an issue. See original summary.

jurgenhaas’s picture

Status: Active » Needs review

The buffering has been implemented and requires a code review.

jurgenhaas’s picture

Status: Needs review » Fixed

This is working just fine and code review is being done in #3330044: code review 001 (coming soon)

rr404’s picture

Looks good to me

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.