Documentation
System design, agent conventions, and shared-library reference for the VDB Manager pipeline.
System design, agent conventions, and shared-library reference for the VDB Manager pipeline.
All scheduled processors run as ECS Fargate tasks inside the vdb-scheduler cluster (aws_ecs_cluster.vdb in terraform/ecs.tf). EventBridge Scheduler triggers each task on its configured cron; failed invocations are routed to the vdb-scheduler-dlq SQS dead-letter queue (aws_sqs_queue.scheduler_dlq in terraform/logs.tf) with a 14-day retention. The scanner processor (go-scanner-processor) is also hosted in this cluster but is triggered on-demand via ecs:RunTask rather than by a schedule.