1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)PHP4,865 forks (4,865 forks)batch import
1. to developenhancementfeature: sharinggood first issue
Repository metrics
- Stars
- 34,953 stars (34,953 stars)
- PR merge metrics
- Avg merge 20d (Avg merge 20d)627 merged PRs in 30d (627 merged PRs in 30d)
Description
- we currently have a command to do so: #3887
- good would be to call this as a background job once a week to keep the system clean
Contributor guide
- Research direction
- Implement a background job that runs the cleanup command periodically (e.g., once a week) using Nextcloud's background job infrastructure. Identify the existing CLI command from #3887 and create a Cron job class that calls the same logic.
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- PHPNextcloud developmentCron/BackgroundJobs