New alert service

This commit is contained in:
Urtzi Alfaro
2025-12-05 20:07:01 +01:00
parent 1fe3a73549
commit 667e6e0404
393 changed files with 26002 additions and 61033 deletions

View File

@@ -64,7 +64,7 @@ resources:
- jobs/demo-seed-forecasts-job.yaml
- jobs/demo-seed-pos-configs-job.yaml
- jobs/demo-seed-orchestration-runs-job.yaml
- jobs/demo-seed-alerts-job.yaml
# - jobs/demo-seed-alerts-job.yaml # Commented out: Alert processor v2 uses event-driven architecture; services emit events via RabbitMQ
# Phase 2: Child retail seed jobs (for enterprise demo)
- jobs/demo-seed-inventory-retail-job.yaml
@@ -73,7 +73,7 @@ resources:
- jobs/demo-seed-customers-retail-job.yaml
- jobs/demo-seed-pos-retail-job.yaml
- jobs/demo-seed-forecasts-retail-job.yaml
- jobs/demo-seed-alerts-retail-job.yaml
# - jobs/demo-seed-alerts-retail-job.yaml # Commented out: Alert processor v2 uses event-driven architecture; services emit events via RabbitMQ
- jobs/demo-seed-distribution-history-job.yaml
# External data initialization job (v2.0)
@@ -82,9 +82,6 @@ resources:
# CronJobs
- cronjobs/demo-cleanup-cronjob.yaml
- cronjobs/external-data-rotation-cronjob.yaml
- cronjobs/usage-tracker-cronjob.yaml
- cronjobs/alert-priority-recalculation-cronjob.yaml
- cronjobs/delivery-tracking-cronjob.yaml
# Infrastructure components
- components/databases/redis.yaml
@@ -147,8 +144,7 @@ resources:
- components/production/production-service.yaml
- components/procurement/procurement-service.yaml
- components/orchestrator/orchestrator-service.yaml
- components/alert-processor/alert-processor-service.yaml
- components/alert-processor/alert-processor-api.yaml
- components/alert-processor/alert-processor.yaml
- components/ai-insights/ai-insights-service.yaml
# Frontend