freeleaps-service-hub/apps/devops/app
Nicolas 04acd78d78 fix: connect to existing named queue instead of creating anonymous queue
- Change AsyncMQClient to connect to existing persistent queue by name
- Fix issue where DevOps Service created temporary anonymous queues instead of consuming from the correct named queue
- This allows consuming the 42 backlogged messages in freeleaps.devops.reconciler.output queue
- Change queue properties: exclusive=False, auto_delete=False, durable=True
- Resolves the core issue where messages were split between persistent and temporary queues
2025-08-08 12:45:21 +08:00
..
backend fix: connect to existing named queue instead of creating anonymous queue 2025-08-08 12:45:21 +08:00
bootstrap Add message queue registration in application bootstrap and update dependencies 2025-07-30 10:50:22 +08:00
common fix: update deployment service to use correct product ID 2025-08-03 04:04:19 +08:00
envs Add implementation of devops service 2025-05-18 22:23:44 -07:00
providers fix: make startup and shutdown event handlers async in common provider 2025-08-08 12:33:14 +08:00
routes Fix check_deployment_status 2025-08-03 21:39:39 -07:00
scripts/mongodb Add implementation of devops service 2025-05-18 22:23:44 -07:00
__init__.py Add implementation of devops service 2025-05-18 22:23:44 -07:00
main.py Add implementation of devops service 2025-05-18 22:23:44 -07:00