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

A better approach is needed for purging inactive requests #202

Open
jacob-g opened this issue Sep 17, 2024 · 0 comments
Open

A better approach is needed for purging inactive requests #202

jacob-g opened this issue Sep 17, 2024 · 0 comments
Labels
enhancement New feature or request prio-high High Priority

Comments

@jacob-g
Copy link
Member

jacob-g commented Sep 17, 2024

The current approach where it enqueues the job when requests are handled works fine on languages like English where there are multiple requests per day, but not on other languages that receive a request every few days or less. This can result in users waiting long periods for rejected requests to clear out.

A new approach is needed that will reliably clear out requests after a week, and ideally exactly a week.

One possible option is to automatically clear out any expired requests under the same username at the time a user submits a new request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prio-high High Priority
Development

No branches or pull requests

1 participant