diff --git a/src/content/docs/workflows/examples/twilio.mdx b/src/content/docs/workflows/examples/twilio.mdx index 3d8f4cb9ce56ddc..00fe6cb33511083 100644 --- a/src/content/docs/workflows/examples/twilio.mdx +++ b/src/content/docs/workflows/examples/twilio.mdx @@ -1,6 +1,6 @@ --- type: example -summary: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks. +summary: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks. tags: - Workflows - Workers @@ -8,7 +8,7 @@ pcx_content_type: configuration title: Integrate Workflows with Twilio sidebar: order: 4 -description: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks. +description: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks. --- import { Stream } from "~/components" diff --git a/src/content/docs/workflows/reference/limits.mdx b/src/content/docs/workflows/reference/limits.mdx index f5e1058ead25fa9..747298f5b3692c6 100644 --- a/src/content/docs/workflows/reference/limits.mdx +++ b/src/content/docs/workflows/reference/limits.mdx @@ -26,7 +26,7 @@ Many limits are inherited from those applied to Workers scripts and as documente | Maximum steps per Workflow [^5] | 1024 [^1] | 1024 [^1] | | Maximum Workflow executions | 100,000 per day [shared with Workers daily limit](/workers/platform/limits/#worker-limits) | Unlimited | | Concurrent Workflow instances (executions) per account | 25 | 100 [^1] | -| Maximum number of [queued instances](/workflows/observability/metrics-analytics/#event-types) | 10,000 [^1] | 100,000 [^1] | +| Maximum number of [queued instances](/workflows/observability/metrics-analytics/#event-types) | 10,000 [^1] | 100,000 [^1] | | Retention limit for completed Workflow state | 3 days | 30 days [^2] | | Maximum length of a Workflow ID [^4] | 64 characters | 64 characters |