freeleaps-service-hub/apps/devops/app
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
..
backend Add message queue registration in application bootstrap and update dependencies 2025-07-30 10:50:22 +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