Skip to main content
Once your workflows are handling real business-critical processes, you need more than just triggers and actions — you need guarantees. This section covers the advanced mechanisms fsckmsft provides to keep your automations reliable under load: rate limits that protect your quota and downstream services, idempotency keys that ensure each event runs exactly once, and retry policies that recover from transient failures without manual intervention.

Workflow Rate Limits by Plan in fsckmsft

Understand fsckmsft's per-plan workflow rate limits, monitor your usage in the Automation dashboard, and learn what happens when you hit a limit.

Idempotency Keys for API-Triggered Workflows

Use idempotency keys to guarantee that the same event triggers your fsckmsft workflow exactly once, even when webhooks or API callers retry.

Retry Policies for Failed Workflow Steps

Configure per-step retry behavior in fsckmsft workflows — set max attempts, choose a backoff strategy, and protect non-idempotent actions from unsafe retries.