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

Inactive users script #1019

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

catarial
Copy link

@catarial catarial commented Feb 7, 2025

Extension of #1010

A command line python script that identifies and optionally removes inactive users.

The amount of time that defines an active user can be specified with the -t flag.

The threshold time is compared to the timestamps of API calls and locations in the database.

I decided to pull out the part where it get's run on all deployments in favor of more configurability.

@shankari
Copy link
Contributor

shankari commented Feb 8, 2025

I decided to pull out the part where it get's run on all deployments in favor of more configurability.

This needs to be restored. I am not going to sit and edit the DB_HOST variable 40 times and manually run the script 40 times.
I don't see why it is an either-or for configurability versus running on all deployments.

@shankari
Copy link
Contributor

shankari commented Feb 8, 2025

Also, how did you test this? Can you please update "Testing done"?
Please also put this into the correct column in the project (PR for review by Shankari) once you are done

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.

2 participants