Currently, the server only loads the data once in its lifetime. This means that the server needs to be restarted in order to refresh its college list.
I'm adding this issue to begin discussion to mitigate this. I am unsure if maintainers would want to manually restart the server every time the list is updated, so I'm proposing that we create an endpoint that would force a refresh. To prevent malicious spamming of the endpoint, we can enforce that the server at most refreshes the data once every 24 hours.
Currently, the server only loads the data once in its lifetime. This means that the server needs to be restarted in order to refresh its college list.
I'm adding this issue to begin discussion to mitigate this. I am unsure if maintainers would want to manually restart the server every time the list is updated, so I'm proposing that we create an endpoint that would force a refresh. To prevent malicious spamming of the endpoint, we can enforce that the server at most refreshes the data once every 24 hours.