common-workflow-service icon indicating copy to clipboard operation
common-workflow-service copied to clipboard

Need to cleanup old/expired cws_token database table entries

Open galenatjpl opened this issue 4 years ago • 1 comments

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 avatar Mar 18 '21 18:03 galenatjpl

time estimate: 1 day

galenatjpl avatar Oct 05 '21 18:10 galenatjpl