Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistent storage of data from session #29

Open
Baschdl opened this issue Feb 8, 2018 · 2 comments
Open

Persistent storage of data from session #29

Baschdl opened this issue Feb 8, 2018 · 2 comments
Assignees

Comments

@Baschdl
Copy link
Member

Baschdl commented Feb 8, 2018

We need to persistent store the data from the session object because otherwise it gets discarded after we reach the limit of 500 saved session objects.

@MkuuWaUjinga
Copy link
Member

MkuuWaUjinga commented Feb 8, 2018

In general whenever a user finishes rating, a json-file will be created and stored somewhere else. So this data is safe. I think it is quite unrealistic that 500 people will rate at the same time at the KDD-day. In server.py logout, the session is closed, but I couldn't really find out what exactly it does 😆

@MkuuWaUjinga
Copy link
Member

working on redis for session management

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants