Files
llama-swap/event
Benson Wong a4b91e08cf Changes and fixes before the release (docs/small tweaks) (#750)
- update README.md with new docker instructions
- update docs/configuration.md
- update .github/workflows to have pinned action versions
- gofmt events package
- fix small bugs in CI scripts
- reduce config options for internal/perf/monitor and config. A ring buffer is used to keep 1hr of entries at max 5s granularity. For long term stats use prometheus monitoring on /metrics

Fixes #744
2026-05-13 21:18:19 -07:00
..
2025-07-15 18:04:30 -07:00
2025-07-15 18:04:30 -07:00
2025-07-15 18:04:30 -07:00

The code in event was originally a part of https://github.com/kelindar/event (v1.5.2)

The original code uses a time.Ticker to process the event queue which caused a large increase in CPU usage (#189). This code was ported to remove the ticker and instead be more event driven.