freeleaps-service-hub/apps
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
..
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: make startup and shutdown event handlers async in common provider 2025-08-08 12:33:14 +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