diff --git a/13/umbraco-cms/reference/configuration/healthchecks.md b/13/umbraco-cms/reference/configuration/healthchecks.md index 308334c9242..f252893a541 100644 --- a/13/umbraco-cms/reference/configuration/healthchecks.md +++ b/13/umbraco-cms/reference/configuration/healthchecks.md @@ -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": { diff --git a/13/umbraco-forms/developer/configuration/README.md b/13/umbraco-forms/developer/configuration/README.md index f4417e7cd54..2f9c736de43 100644 --- a/13/umbraco-forms/developer/configuration/README.md +++ b/13/umbraco-forms/developer/configuration/README.md @@ -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 diff --git a/15/umbraco-cms/reference/configuration/healthchecks.md b/15/umbraco-cms/reference/configuration/healthchecks.md index 814fe593c8c..4b25e0afa71 100644 --- a/15/umbraco-cms/reference/configuration/healthchecks.md +++ b/15/umbraco-cms/reference/configuration/healthchecks.md @@ -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": { diff --git a/15/umbraco-forms/developer/configuration/README.md b/15/umbraco-forms/developer/configuration/README.md index 051fce82a91..c5c3a0688d7 100644 --- a/15/umbraco-forms/developer/configuration/README.md +++ b/15/umbraco-forms/developer/configuration/README.md @@ -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 diff --git a/16/umbraco-cms/reference/configuration/healthchecks.md b/16/umbraco-cms/reference/configuration/healthchecks.md index 814fe593c8c..4b25e0afa71 100644 --- a/16/umbraco-cms/reference/configuration/healthchecks.md +++ b/16/umbraco-cms/reference/configuration/healthchecks.md @@ -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": { diff --git a/16/umbraco-forms/developer/configuration/README.md b/16/umbraco-forms/developer/configuration/README.md index e18e064beed..94299aa7c8b 100644 --- a/16/umbraco-forms/developer/configuration/README.md +++ b/16/umbraco-forms/developer/configuration/README.md @@ -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 diff --git a/17/umbraco-cms/reference/configuration/healthchecks.md b/17/umbraco-cms/reference/configuration/healthchecks.md index 814fe593c8c..4b25e0afa71 100644 --- a/17/umbraco-cms/reference/configuration/healthchecks.md +++ b/17/umbraco-cms/reference/configuration/healthchecks.md @@ -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": { diff --git a/17/umbraco-forms/developer/configuration/README.md b/17/umbraco-forms/developer/configuration/README.md index e18e064beed..94299aa7c8b 100644 --- a/17/umbraco-forms/developer/configuration/README.md +++ b/17/umbraco-forms/developer/configuration/README.md @@ -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