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

Need to cleanup old/expired cws_token database table entries #35

Open
galenatjpl opened this issue Mar 18, 2021 · 1 comment
Open

Need to cleanup old/expired cws_token database table entries #35

galenatjpl opened this issue Mar 18, 2021 · 1 comment

Comments

@galenatjpl
Copy link
Contributor

galenatjpl commented Mar 18, 2021

Should probably be a periodic job, that simply deletes old entries. Either that, or build it into the Java code that manages the table operations itself.

DELETE FROM cws.cws_token WHERE expiration_time < NOW();

@galenatjpl
Copy link
Contributor Author

time estimate: 1 day

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

No branches or pull requests

1 participant