From b244a9c233a897667e42afa3247779c4fc64e0e5 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Thu, 9 Oct 2025 20:03:55 +0200 Subject: [PATCH 1/4] Update expression --- 13/umbraco-forms/developer/configuration/README.md | 2 +- 15/umbraco-forms/developer/configuration/README.md | 2 +- 16/umbraco-forms/developer/configuration/README.md | 2 +- 17/umbraco-forms/developer/configuration/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/13/umbraco-forms/developer/configuration/README.md b/13/umbraco-forms/developer/configuration/README.md index f4417e7cd54..6e61b57369a 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 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 `"0 4 * * *"` will first run the operation at 4 a.m. #### Period diff --git a/15/umbraco-forms/developer/configuration/README.md b/15/umbraco-forms/developer/configuration/README.md index 051fce82a91..278e9b5eb5a 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 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 `"0 4 * * *"` will first run the operation at 4 a.m. #### Period diff --git a/16/umbraco-forms/developer/configuration/README.md b/16/umbraco-forms/developer/configuration/README.md index e18e064beed..0817b9b151b 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 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 `"0 4 * * *"` will first run the operation at 4 a.m. #### Period diff --git a/17/umbraco-forms/developer/configuration/README.md b/17/umbraco-forms/developer/configuration/README.md index e18e064beed..0817b9b151b 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 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 `"0 4 * * *"` will first run the operation at 4 a.m. #### Period From 0b645d03632a013cfb7cb7d3f78b6b8a29069be4 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Sun, 12 Oct 2025 20:07:17 +0200 Subject: [PATCH 2/4] Update 13/umbraco-forms/developer/configuration/README.md Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> --- 13/umbraco-forms/developer/configuration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-forms/developer/configuration/README.md b/13/umbraco-forms/developer/configuration/README.md index 6e61b57369a..e5f9775dd29 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 `"0 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 health checks will run 3 minutes after the website starts (this delay is hardcoded). The value is specified as a string in crontab format. For example, a value of `"0 4 * * *"` schedules the operation to run daily at 04:00. #### Period From 96772106b7ebad6c4c4fb3db6dacd99bad916a84 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Sun, 12 Oct 2025 20:10:54 +0200 Subject: [PATCH 3/4] Update Text --- 13/umbraco-forms/developer/configuration/README.md | 2 +- 15/umbraco-forms/developer/configuration/README.md | 2 +- 16/umbraco-forms/developer/configuration/README.md | 2 +- 17/umbraco-forms/developer/configuration/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/13/umbraco-forms/developer/configuration/README.md b/13/umbraco-forms/developer/configuration/README.md index e5f9775dd29..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 setting configures when the record deletion process will run for the first time. If the value is not configured, the health checks will run 3 minutes after the website starts (this delay is hardcoded). The value is specified as a string in crontab format. For example, a value of `"0 4 * * *"` schedules the operation to run daily at 04:00. +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-forms/developer/configuration/README.md b/15/umbraco-forms/developer/configuration/README.md index 278e9b5eb5a..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 `"0 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-forms/developer/configuration/README.md b/16/umbraco-forms/developer/configuration/README.md index 0817b9b151b..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 `"0 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-forms/developer/configuration/README.md b/17/umbraco-forms/developer/configuration/README.md index 0817b9b151b..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 `"0 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 From e2daa6ff68ad2a93136c7aebecc7cf6108d1e319 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Sun, 12 Oct 2025 20:17:57 +0200 Subject: [PATCH 4/4] Update helathchecks --- 13/umbraco-cms/reference/configuration/healthchecks.md | 2 +- 15/umbraco-cms/reference/configuration/healthchecks.md | 2 +- 16/umbraco-cms/reference/configuration/healthchecks.md | 2 +- 17/umbraco-cms/reference/configuration/healthchecks.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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/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/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/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": {