Skip to content

Commit da40068

Browse files
committed
Merge branch 'qt-peerreview' of https://github.com/mendix/docs into qt-peerreview
2 parents cd27f73 + 9bdcc78 commit da40068

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/docs/refguide/modeling/resources/scheduled-events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Options for configuring scheduled events"
88

99
## Introduction
1010

11-
Sometimes you will want to regularly run a microflow which does not require end-user interaction. You can do this using scheduled events. Scheduled events are managed using the [task queue](/refguide/task-queue/) mechanism,
11+
Sometimes you will want to regularly run a microflow which does not require end-user interaction. You can do this using scheduled events. Scheduled events are managed using the [task queue](/refguide/task-queue/) mechanism.
1212

1313
A scheduled event is added to your module as a document (right-click your module and you will find it listed under *Add other*).
1414

@@ -153,7 +153,7 @@ This allows you to run the event every minute, or number of minutes.
153153

154154
### Long-Running Events {#long-events}
155155

156-
If a repeated scheduled event takes longer than the interval, an overlap would occur. To prevent this, a choice must be made on how to handle this. This is set in the **On overlap** property of the scheduled event.
156+
If a repeated scheduled event takes longer than the interval, an overlap would occur. To prevent this, choose one of the following options in the **On overlap** property of the scheduled event:
157157

158158
* **Skip next** – If an event takes longer than its interval, subsequent events are skipped until it has completed. The next event will start at the next available scheduled time.
159159

@@ -169,7 +169,7 @@ If a repeated scheduled event takes longer than the interval, an overlap would o
169169

170170
### Server Time{#server-time}
171171

172-
Although you can choose **Server** time rather than **UTC** time, make sure that your server time is set as you expect. Many servers are set to run on UTC to avoid issues when working across time zones.
172+
You can choose **Server** time rather than **UTC** time, but make sure that your server time is set as you expect. Many servers are set to run on UTC to avoid issues when working across time zones.
173173

174174
{{% alert color="warning" %}}
175175
All Mendix Cloud servers are set to UTC.

0 commit comments

Comments
 (0)