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

Simple persistent data storage #49

Open
ajgassner opened this issue Sep 11, 2019 · 0 comments
Open

Simple persistent data storage #49

ajgassner opened this issue Sep 11, 2019 · 0 comments
Labels
enhancement New feature or request possy-service Related to possy-service component

Comments

@ajgassner
Copy link
Collaborator

The print queue should survive server restarts, so we need some storage. I think a simple H2 file DB is enough.

Benefits:

  • Print queue survives server restarts
  • Latest n processed issues survive server restarts
  • Remember me mechanism gets more secure with peristent token approach
  • and many more...
@ajgassner ajgassner added the enhancement New feature or request label Sep 11, 2019
@ajgassner ajgassner added the possy-service Related to possy-service component label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request possy-service Related to possy-service component
Projects
None yet
Development

No branches or pull requests

1 participant