Skip to content

Handle reloading of data while the server is running #8

@RyanConnell

Description

@RyanConnell

Currently we load data on server startup and never refresh it which means that we can never see new changes.

We should do either of the following:

  1. Refresh the entire data-set after a certain amount of time has passed.
  2. Refresh the data as users request it, pulling directly from the database.

Metadata

Metadata

Assignees

No one assigned

    Labels

    serverCode relating to the server

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions