Torsten Schulz (local)
|
433259da74
|
Refactor WeatherWorker: Improve weather update query to ensure unique random weather selection for each region using LATERAL join.
|
2025-12-09 13:51:02 +01:00 |
|
Torsten Schulz (local)
|
46d0ea46a8
|
Refactor weather update query in WeatherWorker: Simplified the SQL logic for assigning random weather types to regions by removing unnecessary joins and using a subquery for random selection. Enhanced comments for clarity on the individual weather assignment process for each region.
|
2025-12-05 13:36:55 +01:00 |
|
Torsten Schulz (local)
|
e14272e477
|
Add WeatherWorker to the worker module and update worker creation logic: Introduced WeatherWorker to manage weather-related tasks. Updated the create_workers function to include WeatherWorker alongside existing workers, ensuring comprehensive handling of various operational aspects.
|
2025-12-02 12:59:40 +01:00 |
|