Skip to content

Commit 875a7d0

Browse files
authored
minor rewording [netlify-build]
1 parent 082307b commit 875a7d0

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/engage/audiences/linked-audiences.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -248,18 +248,15 @@ Determine when an audience should run and send data to enabled destinations with
248248

249249
You can maintain your run schedule at any time from the audience's **Settings** tab.
250250

251-
> info ""
252-
> When configuring an interval run schedule, the system uses a cron-based mechanism anchored to UTC, meaning the next run time aligns with the nearest UTC-based interval cycle, which may shift the schedule relative to your local time zone.
253-
> When you set a 24-hour interval run schedule at, for example, 4 PM PST, the cron-based system using UTC schedules the next run for 5 PM PST the same day, as it aligns with 12 AM UTC; however, if set after 5 PM PST, the next run will be at 5 PM PST the following day.
251+
> info "Run schedule timing"
252+
> Interval run schedules are based on UTC time using a cron-style system. This means the next run time aligns with the nearest UTC interval, which may differ from your local time. For example, if you set a 24-hour interval at 4 PM PST, the next run aligns with 12 AM UTC, which occurs at 5 PM PST. If you set it after 5 PM PST, the next run occurs the following day at 5 PM PST.
254253
255254
You can also click **Run Now** on the Audience Overview page at any time (even if the run schedule is **Interval** Overview **Day and time**) to manually trigger a run on your warehouse and send data to enabled destinations.
256255

257256
There may be up to a five minute delay from the configured start time for audiences that are configured with the **Interval** and **Day and time** run schedules. For example, if you configured an audience with the **Day and time** compute schedule to run on Mondays at 8am, it can compute as late as Monday at 8:05am. This is to help us better manage our system load.
258257

259-
> info ""
260-
> The next execution time for a Linked Audience is not calculated until the previous run has fully completed. This means that if you schedule a Linked Audience to run every 15 minutes, but the workflow takes 1 hour to complete, the next execution won't be scheduled until that run finishes.
261-
>
262-
> At that point, we calculate the next run time by finding the next interval after the current time, based on the corresponding cron expression. That interval becomes the next execution time.
258+
> info "Execution timing"
259+
> Linked Audiences don’t schedule the next run until the current one finishes. For example, if you set a 15-minute interval but the workflow takes an hour to complete, the next run won’t start until that hour-long run ends. After it finishes, Segment calculates the next run time based on the next available interval.
263260
264261
## Step 5: Monitor your activation
265262

0 commit comments

Comments
 (0)