Kirisannn / ds-s2-2024

University of Adelaide Distributed Systems course undergraduate S2 2024 Coursework
0 stars 0 forks source link

Server Stop File Cleanup #11

Open Kirisannn opened 1 week ago

Kirisannn commented 1 week ago

When the server stops, cleanup the weather data cache and temp JSON.

REQUIREMENTS

Kirisannn commented 3 days ago

Implemented server crash handling by deleting temp.json if it exists whenever the server starts. But weather_db_cache.json will only be deleted on a graceful shutdown such as default kill or ctrl+c.