Skip to content

Commit 2477bbc

Browse files
ianmacartneyConvex, Inc.
authored andcommitted
drop Action retrier from docs (#43634)
the action retrier is strictly less powerful than the workpool, so let's not mention it & confuse folks GitOrigin-RevId: 1456a60fa03f4bd559d49aea55e47c47279e7b57
1 parent e1183e5 commit 2477bbc

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

npm-packages/docs/docs/agents/workflows.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,6 @@ import { ComponentCardList } from "@site/src/components/ComponentCard";
210210

211211
<ComponentCardList
212212
items={[
213-
{
214-
title: "Action Retrier",
215-
description:
216-
"Add reliability to unreliable external service calls. Retry idempotent calls with exponential backoff until success.",
217-
href: "https://www.convex.dev/components/retrier",
218-
},
219213
{
220214
title: "Workpool",
221215
description:

npm-packages/docs/docs/scheduling.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ following higher-level [components](/components.mdx) for durable functions.
4040
"Simplify programming long running code flows. Workflows execute durably with configurable retries and delays.",
4141
href: "https://www.convex.dev/components/workflow",
4242
},
43-
{
44-
title: "Action Retrier",
45-
description:
46-
"Add reliability to an unreliable external service. Retry idempotent calls a set number of times.",
47-
href: "https://www.convex.dev/components/retrier",
48-
},
4943
{
5044
title: "Crons",
5145
description:

0 commit comments

Comments
 (0)