Files
Sebastian Spaink d65888c14f plugins/status: FIFO buffer channel for status events to prevent slow status API blocking (#7522)
If a status API is slow to respond it can cause OPA to be blocked writing to an unbuffered channel. This fixes it by using a buffered channel that never blocks but drops the oldest status update if full.

Signed-off-by: Sebastian Spaink <3441183+sspaink@users.noreply.github.com>
2025-04-23 11:53:09 +02:00
..
2025-01-14 14:05:17 -08:00
2025-02-10 12:15:41 +00:00
2025-04-03 16:05:11 +00:00
2025-01-28 12:49:57 -08:00
2023-08-02 10:05:57 +02:00