freeleaps-service-hub/apps
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
..
authentication feat(log): ensure parent directory exists before opening log file 2025-04-21 13:25:05 +08:00
central_storage feat(log): ensure parent directory exists before opening log file 2025-04-21 13:25:05 +08:00
content fix(cleaner): update document cleaner job 2025-04-26 19:53:44 -07:00
devops fix: connect to existing named queue instead of creating anonymous queue 2025-08-08 12:45:21 +08:00
helloworld Add template fastapi app, test, README.md, this can be used for future extension 2025-05-11 21:01:11 -07:00
notification Merge pull request 'feat(log): ensure parent directory exists before opening log file' (#5) from refactor/logging into dev 2025-04-21 05:25:41 +00:00
payment fix: refractor the length functions and add comments, and address the issues 2025-07-22 13:16:14 +08:00
__init__.py Init Payment App 2024-11-18 22:01:54 -08:00