routewatch/internal
sneak 8e12c07396 Implement queue backpressure with gradual message dropping
- Add gradual message dropping based on queue utilization
- Start dropping messages at 50% queue capacity
- Drop rate increases linearly from 0% at 50% to 100% at full
- Uses random drops to maintain fair distribution
- Helps prevent queue overflow under high load
2025-07-28 22:17:00 +02:00
..
config Remove debug logging for withdrawals without origin ASN 2025-07-28 02:07:33 +02:00
database Add warnings about schema changes and remove ad-hoc index creation 2025-07-28 22:09:19 +02:00
logger Format logger source location as file.go:linenum 2025-07-28 01:16:29 +02:00
metrics Add route update metrics tracking to PrefixHandler 2025-07-28 02:55:27 +02:00
ristypes Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
routewatch Optimize AS detail queries and increase PrefixHandler batch size 2025-07-28 22:07:27 +02:00
server Fix prefix links on prefix length page with URL encoding 2025-07-28 22:00:27 +02:00
streamer Implement queue backpressure with gradual message dropping 2025-07-28 22:17:00 +02:00
templates Fix prefix links on prefix length page with URL encoding 2025-07-28 22:00:27 +02:00