"background"
Configures the scheduling of background processes, such as document indexing for search.
Example
"background": {
"hour": 1,
"inboxPolling": 900,
"minute": 5,
"period": 86400
},
Properties
Property Name
Description
"inboxPolling"
The frequency for inbox polling, in seconds.
"memoryLog"
The frequency for memory logs.
"period"
The frequency for background processes, in seconds.
"delay"
The delay between background runs, in seconds.
"hour"
The hour of the day when the background process must start.
"minute"
The minute of the hour of the day when the background process must start.
Additional Information
To modify the time interval for capturing the system logs, use the following configuration:
"backgroundJob": {
"logBackgroundJobDetailsDuration": 10
},
By default, the value of "logBackgroundJobDetailsDuration" is set to 10 seconds. This implies that the system logs are captured every 10 seconds. To change this time interval, replace 10 with another value. When replacing the value, consider the following:
If you enter a negative number, this defaults to 10.
You must restart the Codebeamer server to fully apply the changes.
Related Links
Was this helpful?