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

Add session cleanup cron task #302

Merged
merged 2 commits into from
Aug 23, 2024
Merged

Add session cleanup cron task #302

merged 2 commits into from
Aug 23, 2024

Conversation

asmahood
Copy link
Member

Implements the cron package to start a daily cron task that will remove
all expired sessions from the database.

Closes #279

Implements the cron package to start a daily cron task that will remove
all expired sessions from the database.

Closes #279
@asmahood asmahood added type::Feature Issues/Pull requests that implement a new feature/enhancement work::Product Development labels Aug 23, 2024
@asmahood asmahood self-assigned this Aug 23, 2024
@asmahood asmahood merged commit 37d49e8 into develop Aug 23, 2024
1 check passed
@asmahood asmahood deleted the 279-session-cron branch August 23, 2024 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::Feature Issues/Pull requests that implement a new feature/enhancement work::Product Development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create cron job to destroy expired sessions
1 participant