freeleaps-service-hub/apps/devops/app/providers
Nicolas 4340949f57 fix: make startup and shutdown event handlers async in common provider
- Fix TypeError: object NoneType can't be used in 'await' expression
- FastAPI requires event handlers to be async functions
- This was blocking the entire application startup sequence
- Fixes the issue where message queue consumers were not starting properly
2025-08-08 12:33:14 +08:00
..
__init__.py Add implementation of devops service 2025-05-18 22:23:44 -07:00
common.py fix: make startup and shutdown event handlers async in common provider 2025-08-08 12:33:14 +08:00
database.py Add implementation of devops service 2025-05-18 22:23:44 -07:00
exception_handler.py Add implementation of devops service 2025-05-18 22:23:44 -07:00
logger.py Add implementation of devops service 2025-05-18 22:23:44 -07:00
message_queue.py fix: use environment variable for RabbitMQ output queue name 2025-08-08 12:01:47 +08:00
metrics.py Add implementation of devops service 2025-05-18 22:23:44 -07:00
probes.py Add implementation of devops service 2025-05-18 22:23:44 -07:00
router.py Add implementation of devops service 2025-05-18 22:23:44 -07:00
scheduler.py Add implementation of devops service 2025-05-18 22:23:44 -07:00