Vercel の Workflow SDK が TanStack Start アプリケーションをサポート
本文の状態
日本語全文を表示中
詳細モードで約1分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Vercel Blog
Vercel は、Workflow SDK に TanStack Start アプリケーションのサポートを追加しました。これにより、開発者は Vite と Nitro を基盤とする環境で、標準的な TypeScript を使用して永続的で再開可能なワークフローを記述できるようになります。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Workflow SDK が Vercel 上の TanStack Start アプリケーションをサポートするようになりました。
TanStack Start は Vite と Nitro を基盤に構築されているため、既存の workflow/vite プラグインをそのまま直接使用できます。vite.config.ts に tanstackStart() と併せて追加してください。
その後、「use workflow」および「use step」を使用して標準的な TypeScript でワークフローとステップ関数を書き始めます。これらは、再起動に耐え、数日間の待機が可能で、失敗時に再試行される耐久性があり再開可能なオペレーションとして実行されます。コンパイル、キュー設定、永続化はプラグインによって自動的に処理されます。
詳細については TanStack Start のガイドを読み、最初の耐久性のあるワークフローを作成してください。
さらに詳しく読む
原文を表示
Workflow SDK now supports TanStack Start applications on Vercel.
TanStack Start is built on Vite and Nitro, so the existing workflow/vite plugin works directly. Add it to vite.config.ts alongside tanstackStart().
From there, write workflow and step functions in standard TypeScript with "use workflow" and "use step". They run as durable, resumable operations that survive restarts, sleep for days, and retry on failure, with compilation, queue configuration, and persistence handled by the plugin.
Read the TanStack Start guide to learn more and create your first durable workflow.
Read more
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み