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
f7710b64c9506b04df35f8e8f8a11f3bd4c5b3b3
yourpart-daemon
/
src
History
Torsten Schulz (local)
f7710b64c9
Refactor WeatherWorker SQL query: Replace the existing weather update logic with a new query that assigns random weather types to each region, ensuring individual updates. Clean up logging messages for clarity.
2025-12-18 15:34:16 +01:00
..
db
Verbessere Fehlerbehandlung in SQL-Abfragen: Füge detaillierte Fehlermeldungen für Vorbereitungs- und Ausführungsfehler in den Director- und Politics-Workern hinzu.
2025-12-16 08:52:08 +01:00
worker
Refactor WeatherWorker SQL query: Replace the existing weather update logic with a new query that assigns random weather types to each region, ensuring individual updates. Clean up logging messages for clarity.
2025-12-18 15:34:16 +01:00
config.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
main.rs
Add EventsWorker to worker module: Introduced EventsWorker for handling event-related tasks. Updated main.rs to include EventsWorker in the worker creation process. Adjusted WeatherWorker instantiation to use cloned pool and broker for consistency.
2025-12-08 11:17:16 +01:00
message_broker.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
websocket_server.rs
Refactor SQL queries into a dedicated module
2025-12-13 11:57:28 +01:00