[HIGH:95] Issue Found by Staging CI Review
Severity: HIGH
Confidence: 95/100
PR comment: #1359 (comment)
Description
Regex compilation on cache refresh without async bounds — refresh_event_cache() synchronously compiles regexes inside async loop. Regex compilation is CPU-bound and blocks async runtime with many event routines. No timeout or async cancellation.
Auto-created by staging-ci Claude Code review