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

Persist Sprint state to DB #23

Open
tobiasmcnulty opened this issue Apr 13, 2019 · 0 comments
Open

Persist Sprint state to DB #23

tobiasmcnulty opened this issue Apr 13, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@tobiasmcnulty
Copy link
Member

tobiasmcnulty commented Apr 13, 2019

I'm thinking we could do something fairly lightweight, such as serializing the sprint to DB after every change, and then reading it back if the process is restarted for an upgrade or what have you (the main goal being to avoid destroying all sprints every time we release a new version).

The data model could be as simple as a single sprints table with id INTEGER, sprint_id VARCHAR(32), sprint_name VARCHAR(255), and sprint_data JSONB fields.

Related: http://www.ubazu.com/restore-process-state-in-elxir

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

No branches or pull requests

1 participant