Actions
Bug #3940
closedAvailable options for rudder.batch.reportscleaner.frequency are not documented in rudder-web.properties
Status:
Released
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
Web - Maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The config file contains this:
# # Schedule option for automatic cleaning # Automatic cleaning can be scheduled: # - every hour at the minute past the hour of your choice # - every day at the time of your choice # - every week on the day at the time of your choice # # Default frequency: daily rudder.batch.reportscleaner.frequency=daily
We must add the available options (I assume "weekly" and "hourly"?).
IIRC, this was introduced in 2.6.*, so needs to be fixed there. Please check, and apply the fix to whichever version is appropriate.
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from 8 to In progress
We need to update the commentary in rudder project (file used in installation) and in rudder-packages project (update the migration script)
I'll correct in rudder project here and open another one for the rudder-packages.
I'll add a line before the "default frequency" line: <pre> # Available options: hourly, daily, weekly </pre>
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder/pull/321
Pull request here : https://github.com/Normation/rudder/pull/321
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset e9d8865de054c7c15645ae9ff9527cb0a4d5af62.
Updated by Jonathan CLARKE about 11 years ago
Applied in changeset 34368558ffe98c166c4405c3f5567a728fe81bd2.
Updated by Nicolas PERRON about 11 years ago
- Status changed from Pending release to Released
Actions