pub async fn manager(
    rx: Receiver<Command>,
    connpool: Pool<Sqlite>,
    cron_db_cleanup_timer: Option<Duration>
) -> Result<(), String>Expand description
Manages the datastore, waits for signals from the server instances and responds with data