nextcloud / nextcloud/suspicious_login
Add a cleanup job for old data
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- PHP
- Stars
- 106
- Forks
- 32
- Avg merge
- 8h 33m
- Merged PRs (30d)
- 10
Description
Data sets that are outdated (older than the max age, possible with a bit of padding to allow parameter changes) should be deleted to keep the db small. This can be done in a simple background job.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating where the app stores these data sets, defines their maximum age, and registers background jobs; done means outdated records are deleted with enough padding for parameter changes while current data remains.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100