Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 13/umbraco-cms/reference/configuration/healthchecks.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ An example of a HealthChecks settings can look something like this:
],
"Notification": {
"Enabled": true,
"FirstRunTime": "* 4 * * *",
"FirstRunTime": "0 4 * * *",
"Period": "1.00:00:00",
"NotificationMethods": {
"email": {
Expand Down
2 changes: 1 addition & 1 deletion 13/umbraco-forms/developer/configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ Set to `true` to enabled the background task.

#### FirstRunTime

This will configure when the record deletion process will run for the first time. If the value is not configured the health checks will run after a short delay following the website start. The value is specified as a string in crontab format. For example, a value of `"* 4 * * *"` will first run the operation at 4 a.m.
This setting configures when the record deletion process will run for the first time. If the value is not configured, the process will run 3 minutes after the website starts. The value is specified as a string in crontab format. For example, a value of `"0 4 * * *"` schedules the operation to start at 04:00.

#### Period

Expand Down
2 changes: 1 addition & 1 deletion 15/umbraco-cms/reference/configuration/healthchecks.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ An example of a HealthChecks settings can look something like this:
],
"Notification": {
"Enabled": true,
"FirstRunTime": "* 4 * * *",
"FirstRunTime": "0 4 * * *",
"Period": "1.00:00:00",
"NotificationMethods": {
"email": {
Expand Down
2 changes: 1 addition & 1 deletion 15/umbraco-forms/developer/configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Set to `true` to enabled the background task.

#### FirstRunTime

This will configure when the record deletion process will run for the first time. If the value is not configured the health checks will run after a short delay following the website start. The value is specified as a string in crontab format. For example, a value of `"* 4 * * *"` will first run the operation at 4 a.m.
This setting configures when the record deletion process will run for the first time. If the value is not configured, the process will run 3 minutes after the website starts. The value is specified as a string in crontab format. For example, a value of `"0 4 * * *"` schedules the operation to start at 04:00.

#### Period

Expand Down
2 changes: 1 addition & 1 deletion 16/umbraco-cms/reference/configuration/healthchecks.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ An example of a HealthChecks settings can look something like this:
],
"Notification": {
"Enabled": true,
"FirstRunTime": "* 4 * * *",
"FirstRunTime": "0 4 * * *",
"Period": "1.00:00:00",
"NotificationMethods": {
"email": {
Expand Down
2 changes: 1 addition & 1 deletion 16/umbraco-forms/developer/configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Set to `true` to enabled the background task.

#### FirstRunTime

This will configure when the record deletion process will run for the first time. If the value is not configured the health checks will run after a short delay following the website start. The value is specified as a string in crontab format. For example, a value of `"* 4 * * *"` will first run the operation at 4 a.m.
This setting configures when the record deletion process will run for the first time. If the value is not configured, the process will run 3 minutes after the website starts. The value is specified as a string in crontab format. For example, a value of `"0 4 * * *"` schedules the operation to start at 04:00.

#### Period

Expand Down
2 changes: 1 addition & 1 deletion 17/umbraco-cms/reference/configuration/healthchecks.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ An example of a HealthChecks settings can look something like this:
],
"Notification": {
"Enabled": true,
"FirstRunTime": "* 4 * * *",
"FirstRunTime": "0 4 * * *",
"Period": "1.00:00:00",
"NotificationMethods": {
"email": {
Expand Down
2 changes: 1 addition & 1 deletion 17/umbraco-forms/developer/configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Set to `true` to enabled the background task.

#### FirstRunTime

This will configure when the record deletion process will run for the first time. If the value is not configured the health checks will run after a short delay following the website start. The value is specified as a string in crontab format. For example, a value of `"* 4 * * *"` will first run the operation at 4 a.m.
This setting configures when the record deletion process will run for the first time. If the value is not configured, the process will run 3 minutes after the website starts. The value is specified as a string in crontab format. For example, a value of `"0 4 * * *"` schedules the operation to start at 04:00.

#### Period

Expand Down