Overview - Upstash Documentation

Upstash Documentation

1 min read Original article ↗

3 min read

Upstash Workflow lets you write durable, reliable and performant serverless functions. Get delivery guarantees, automatic retries on failure, scheduling and more without managing any infrastructure.

Upstash Workflow supports Next.js, Cloudflare Workers and many other frameworks in TypeScript and Python.

Here are some example real world use-cases for Upstash Workflow:

Upstash Workflow builds on the principle of steps. Instead of defining a single, complex piece of business logic, workflows contain multiple individual steps.

Each of the steps are executed by a separate request to your application, by preserving the output of previous steps.

In case of an error, a failed step is retried individually without needing to re-run any previous steps. Instead of the entire business logic, each step can take up your serverless function execution duration, and many more benefits.

Need help or have questions? We're here to support you:

  • Join our Discord community to ask questions and share feedback
  • Open a ticket through the Intercom chatbox in the dashboard for any issue