"background": {
"hour": 1,
"inboxPolling": 900,
"minute": 5,
"period": 86400
},
|
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.
|
"backgroundJob": {
"logBackgroundJobDetailsDuration": 10
},