nextcloud / nextcloud/recognize

Display information if 'maintenance_window_start' is configured

Open
#1,462 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.