-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
ToDo
We implemented a singleton to prevent to made unnecessary queries to the database since the exercise is the same during the day.
@bugelseif suggest to use FastAPI cache instead of the singleton instance and the functions to select a new exercise everyday.
bugelseif