Skip to content

Commit e4a6da2

Browse files
authored
[Workflows] Remove trailing spaces (#19998)
1 parent 3e38f07 commit e4a6da2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/workflows/examples/twilio.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
type: example
3-
summary: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.
3+
summary: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.
44
tags:
55
- Workflows
66
- Workers
77
pcx_content_type: configuration
88
title: Integrate Workflows with Twilio
99
sidebar:
1010
order: 4
11-
description: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.
11+
description: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.
1212
---
1313

1414
import { Stream } from "~/components"

src/content/docs/workflows/reference/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Many limits are inherited from those applied to Workers scripts and as documente
2626
| Maximum steps per Workflow [^5] | 1024 [^1] | 1024 [^1] |
2727
| Maximum Workflow executions | 100,000 per day [shared with Workers daily limit](/workers/platform/limits/#worker-limits) | Unlimited |
2828
| Concurrent Workflow instances (executions) per account | 25 | 100 [^1] |
29-
| Maximum number of [queued instances](/workflows/observability/metrics-analytics/#event-types) | 10,000 [^1] | 100,000 [^1] |
29+
| Maximum number of [queued instances](/workflows/observability/metrics-analytics/#event-types) | 10,000 [^1] | 100,000 [^1] |
3030
| Retention limit for completed Workflow state | 3 days | 30 days [^2] |
3131
| Maximum length of a Workflow ID [^4] | 64 characters | 64 characters |
3232

0 commit comments

Comments
 (0)