Add new alert architecture

This commit is contained in:
Urtzi Alfaro
2025-08-23 10:19:58 +02:00
parent 1a9839240e
commit 4b4268d640
45 changed files with 6518 additions and 1590 deletions

View File

@@ -15,6 +15,14 @@ httpx==0.25.2
# Logging and monitoring
structlog==23.2.0
prometheus-client==0.19.0
# Message queues and Redis
aio-pika==9.3.1
redis>=4.0.0
# Scheduling
APScheduler==3.10.4
# Date and time utilities
python-dateutil==2.8.2