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

🎨 Session cleanup as queueable job #201

Merged
merged 1 commit into from
Nov 26, 2023
Merged

Conversation

aaronleopold
Copy link
Collaborator

@aaronleopold aaronleopold commented Nov 26, 2023

In an effort to reduce the likelihood of multiple DB writers at a given time, I made the session cleanup task a job. This way, it has to be queued before it can do its thing and potentially interfere with scans.

I also bumped the default interval from every minute to every 24 hours

In an effort to reduce the liklihood of multiple DB writers at a given time, I made the session cleanup task a job. This way, it has to be queued before it can do its thing
@aaronleopold aaronleopold merged commit cfee12f into develop Nov 26, 2023
7 checks passed
@aaronleopold aaronleopold deleted the al/session-cleanup-job branch November 26, 2023 20:02
JMicheli pushed a commit to JMicheli/stump that referenced this pull request Dec 4, 2023
In an effort to reduce the liklihood of multiple DB writers at a given time, I made the session cleanup task a job. This way, it has to be queued before it can do its thing
JMicheli pushed a commit to JMicheli/stump that referenced this pull request Dec 8, 2023
In an effort to reduce the liklihood of multiple DB writers at a given time, I made the session cleanup task a job. This way, it has to be queued before it can do its thing
@aaronleopold aaronleopold mentioned this pull request Feb 18, 2024
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.

1 participant