Skip to content

Commit 5a72de8

Browse files
authored
Merge pull request #7486 from erikjanwestendorp/update-umbraco-forms-developer-configuration-firstruntime
Update cron expression
2 parents 70ab5ea + e2daa6f commit 5a72de8

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

13/umbraco-cms/reference/configuration/healthchecks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An example of a HealthChecks settings can look something like this:
1919
],
2020
"Notification": {
2121
"Enabled": true,
22-
"FirstRunTime": "* 4 * * *",
22+
"FirstRunTime": "0 4 * * *",
2323
"Period": "1.00:00:00",
2424
"NotificationMethods": {
2525
"email": {

13/umbraco-forms/developer/configuration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Set to `true` to enabled the background task.
392392

393393
#### FirstRunTime
394394

395-
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.
395+
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.
396396

397397
#### Period
398398

15/umbraco-cms/reference/configuration/healthchecks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An example of a HealthChecks settings can look something like this:
1919
],
2020
"Notification": {
2121
"Enabled": true,
22-
"FirstRunTime": "* 4 * * *",
22+
"FirstRunTime": "0 4 * * *",
2323
"Period": "1.00:00:00",
2424
"NotificationMethods": {
2525
"email": {

15/umbraco-forms/developer/configuration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Set to `true` to enabled the background task.
382382

383383
#### FirstRunTime
384384

385-
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.
385+
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.
386386

387387
#### Period
388388

16/umbraco-cms/reference/configuration/healthchecks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An example of a HealthChecks settings can look something like this:
1919
],
2020
"Notification": {
2121
"Enabled": true,
22-
"FirstRunTime": "* 4 * * *",
22+
"FirstRunTime": "0 4 * * *",
2323
"Period": "1.00:00:00",
2424
"NotificationMethods": {
2525
"email": {

16/umbraco-forms/developer/configuration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Set to `true` to enabled the background task.
387387

388388
#### FirstRunTime
389389

390-
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.
390+
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.
391391

392392
#### Period
393393

17/umbraco-cms/reference/configuration/healthchecks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An example of a HealthChecks settings can look something like this:
1919
],
2020
"Notification": {
2121
"Enabled": true,
22-
"FirstRunTime": "* 4 * * *",
22+
"FirstRunTime": "0 4 * * *",
2323
"Period": "1.00:00:00",
2424
"NotificationMethods": {
2525
"email": {

17/umbraco-forms/developer/configuration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Set to `true` to enabled the background task.
387387

388388
#### FirstRunTime
389389

390-
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.
390+
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.
391391

392392
#### Period
393393

0 commit comments

Comments
 (0)