Skip to content

Implemented graceful shutdown and cleanup/persisting data in other scenarios

Barkans, Reinis requested to merge setting-up-in-memory-db into master
  1. Graceful shutdown will persist the in-memory database to disk
  2. The Try/Except/Finally in main.py will do data persistence and any cleanup for other cases, like unexpected exceptions and when the program terminates as intended (e.g., data not being received anymore)

Merge request reports

Loading