nextcloud / nextcloud/recognize
Display information if 'maintenance_window_start' is configured
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 699
- Forks
- 68
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 5
Description
Describe the feature you'd like to request
Hi,
as far as i understand, Recognize scans the files during the maintenance window time, which is stated in maintenance_window_start if not 100, right?
This was letting me wait days and hours, till the scan is completed.
From my point of view, it would be a good advise, to point that out to the user inside admin area, to inform him, that the system is configured, to only run heavy jobs during the maintenance window.
Describe the solution you'd like
The solution would be like a new area inside admin - preferable after Status:
CronJob
Warning (yellow) or Info (blue): Your instance is configured, to run heavy jobs for 4h after x (UTC time) (where x is the configured start time of maintenance_window_start
OR
Info (with the green check-mark): Your instance runs heavy jobs all days. Perfect! (if maintenance_window_start set to 100)
Describe alternatives you've considered
Nothing
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
Start by locating the admin area’s Status section and the code that reads maintenance_window_start. Add an informational or warning area showing the configured maintenance-window behavior, including the all-days case, and verify that the displayed text matches the configured start time and duration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100