This website requires JavaScript.
Explore
Help
Register
Sign In
torsten
/
yourpart-daemon
Watch
1
Star
0
Fork
0
You've already forked yourpart-daemon
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cf874a7b8db60e65fde249fb67681e588a279eb5
yourpart-daemon
/
src
History
Torsten Schulz (local)
cf874a7b8d
Refactor map_row_to_production_plan in DirectorWorker: Simplified the parsing of database fields by introducing local variables for required and optional fields. This change enhances readability and maintains default values for optional fields, improving the robustness of production plan creation.
2025-12-01 10:25:33 +01:00
..
db
Add TransportWorker and enhance logging: Introduced TransportWorker to the worker module and improved shutdown logging in the daemon for better visibility during system termination. Updated watchdog thread sleep mechanism for quicker shutdown response and refined error handling in DbError conversion to include SQLSTATE as a string.
2025-11-26 16:03:27 +01:00
worker
Refactor map_row_to_production_plan in DirectorWorker: Simplified the parsing of database fields by introducing local variables for required and optional fields. This change enhances readability and maintains default values for optional fields, improving the robustness of production plan creation.
2025-12-01 10:25:33 +01:00
config.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
main.rs
Add TransportWorker and enhance logging: Introduced TransportWorker to the worker module and improved shutdown logging in the daemon for better visibility during system termination. Updated watchdog thread sleep mechanism for quicker shutdown response and refined error handling in DbError conversion to include SQLSTATE as a string.
2025-11-26 16:03:27 +01:00
message_broker.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
websocket_server.rs
Add WebSocket logging functionality: Implemented in-memory logging for WebSocket events, allowing retrieval of logs for the last 24 hours. Enhanced connection handling to log message direction and user information.
2025-11-22 09:44:44 +01:00