We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a797d commit df4a1e6Copy full SHA for df4a1e6
docs/workflows.mdx
@@ -225,12 +225,6 @@ import { ComponentCardList } from "@site/src/components/ComponentCard";
225
226
<ComponentCardList
227
items={[
228
- {
229
- title: "Action Retrier",
230
- description:
231
- "Add reliability to unreliable external service calls. Retry idempotent calls with exponential backoff until success.",
232
- href: "https://www.convex.dev/components/retrier",
233
- },
234
{
235
title: "Workpool",
236
description:
0 commit comments