8 Commits

Author SHA1 Message Date
3758c75808 Unified logging behaviour
- Logger doesn't start with log level DEBUG by default, instead reads a environment variable
- Secret handler raises exceptions instead of using the module os to exit
- Added extensive debug logging
- Fixed RabbitMQ exception catch being too broad in scope
2025-10-17 09:55:51 +02:00
873e7e7854 Improved RabbitMQ handling
- Switched to async because it offers easy automatic reconnect features on connection failure
- Adjusted notification path to reflect that change
- Added in memory message queue if RMQ is not reachable
2025-10-12 21:49:54 +02:00
c7c14b6713 Improved database connection and logging 2025-10-12 15:31:15 +02:00
ac6ca4baf8 RMQ and DB: Added reconnecting to either if the application goes down 2025-10-08 18:01:31 +02:00
482a90ae7b Refactor DB and RMQ handlers: add connection pool lifecycle, remove TLS for RMQ, switch to lifespan events in FastAPI, ensure safe startup/shutdown. 2025-10-08 17:41:03 +02:00
a211bd3156 Fix: Properly call the function 2025-10-08 16:30:56 +02:00
5bd757e875 Removed HVAC handler and changed deployment to Kubernetes 2025-10-07 21:52:25 +02:00
aab311dc86 Deployment configuration 2025-10-06 16:17:13 +02:00