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

Records should be destroyed 10 seconds after being accessed for the first time. #1

Open
garbles opened this issue Jun 3, 2015 · 6 comments
Assignees

Comments

@garbles
Copy link

garbles commented Jun 3, 2015

No description provided.

@chuckbergeron
Copy link

I'm on it

@garbles
Copy link
Author

garbles commented Jun 3, 2015

👏

@arthurnn
Copy link

arthurnn commented Jun 3, 2015

I think this is fundamentally wrong. The records should not be deleted after 10 seconds, because they should never be inserted to the DB in first place.. they should only live in memory for 10 seconds and be removed afterwards.

@chancancode
Copy link

I think you are on to something. We should probably wrap every request in a transaction (I heard you love those @arthurnn) and roll it back after the response has been flushed.

@arthurnn
Copy link

arthurnn commented Jun 3, 2015

@chancancode good idea.

@garbles
Copy link
Author

garbles commented Jun 3, 2015

👌

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

4 participants