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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ExpiredSessionPruner GenServer to clear expired session from the DB #3

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

tofran
Copy link
Owner

@tofran tofran commented Mar 21, 2023

No description provided.

ex usage:
GenServer.start_link(
  EctoSessions.ExpiredSessionPruner,
  {EctoSessionsDemo.Sessions, 1_000}
)
@tofran tofran merged commit f022a6f into main Mar 21, 2023
@tofran tofran deleted the expired-session-pruner branch March 22, 2023 00:29
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

Successfully merging this pull request may close these issues.

None yet

1 participant