Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion workflows/manage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@
1. Go to the [Workflows](https://app.mintlify.com/products/workflows?tab=workflows) page in your dashboard.
2. Click the toggle beside a workflow to disable it.

When you re-enable a scheduled workflow, Mintlify recalculates the next run time from the current time.
When you disable a scheduled workflow, Mintlify clears its next scheduled run so it cannot fire on the old schedule. Editing a scheduled workflow's trigger has the same effect: the next run time is recalculated from the time of the change, not from the last run. When you re-enable a scheduled workflow, Mintlify recalculates the next run time from the current time.

Check warning on line 113 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L113

In general, use active voice instead of passive voice ('is recalculated').

### Rate limits

Mintlify queues scheduled workflows within 10 minutes of their scheduled time and runs them subject to your organization's workflow concurrency and [credit](/credits) limits. If many workflows are due at the same time, runs may be delayed until capacity is available. To reduce the risk of throttling, stagger custom schedules across different times rather than scheduling several workflows to fire at the same minute.

Check warning on line 117 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L117

In general, use active voice instead of passive voice ('be delayed').

## View run history

Expand Down
Loading