Go to file
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
apps fix: make startup and shutdown event handlers async in common provider 2025-08-08 12:33:14 +08:00
infra Import fix 2024-10-23 04:15:44 +00:00
sites Add k8s configuration files for service-hub 2025-02-17 18:03:17 -08:00
.gitignore Add message queue registration in application bootstrap and update dependencies 2025-07-30 10:50:22 +08:00
CHANGELOG.md chore(release): bump version to 1.2.1 and upload released assets [ci skip] 2025-04-30 02:32:26 +00:00
docker-compose.yaml Notification code finished with email function verified 2024-10-26 02:08:04 +00:00
main.py Setting up RabbitMQ, basics 2024-10-12 09:10:13 -07:00
VERSION chore(release): bump version to 1.2.1 and upload released assets [ci skip] 2025-04-30 02:32:26 +00:00