🌐
Upstash
upstash.com › docs › qstash › overall › getstarted
Getting Started - Upstash Documentation
QStash is a serverless messaging and scheduling solution. It fits easily into your existing workflow and allows you to build reliable systems without managing infrastructure.
🌐
Upstash
upstash.com › blog › qstash-announcement
QStash: Messaging for the Serverless | Upstash Blog
July 18, 2022 - Formally, QStash is a message queue and task scheduler designed for serverless runtimes.
🌐
GitHub
github.com › upstash › qstash-js
GitHub - upstash/qstash-js: Message queue for serverless
QStash is the message broker between your serverless apps. You send an HTTP request to QStash, that includes a destination, a payload and optional settings. We durably store your message and will deliver it to the destination API via HTTP.
Starred by 245 users
Forked by 27 users
Languages   TypeScript 98.4% | JavaScript 1.1% | Shell 0.5%
🌐
Medium
medium.com › @kolbysisk › case-study-solving-vercels-10-second-limit-with-qstash-2bceeb35d29b
Case Study: Solving Vercel’s 10-Second Limit with QStash | by Kolby Sisk | Medium
January 23, 2024 - I broke my function up into smaller serverless functions, and used a message queue (QStash) to execute the functions in parallel. Each function finishes in less than 10 seconds, and since they run in parallel my 15 minute process now finishes in 20 seconds.
🌐
GitHub
github.com › upstash › qstash-go
GitHub - upstash/qstash-go: Go SDK for Upstash QStash
QStash is an HTTP based messaging and scheduling solution for serverless and edge runtimes.
Starred by 9 users
Forked by 6 users
Languages   Go 99.6% | Makefile 0.4%
🌐
Rust
docs.rs › upstash-qstash
upstash_qstash - Rust
Unofficial Rust client for Upstash QStash QStash is an HTTP based messaging and scheduling solution for the serverless and edge runtimes.
🌐
crates.io
crates.io › crates › qstash-rs
qstash-rs - crates.io: Rust Package Registry
June 25, 2024 - #[tokio::main] async fn main() { let qstash_client = Client::new("<QSTASH_TOKEN>", None, None).expect("Could not create client"); }
🌐
Reddit
reddit.com › r/dartlang › qstash - http based messaging and scheduling solution for serverless apps
r/dartlang on Reddit: QStash - HTTP based messaging and scheduling solution for serverless apps
October 18, 2022 -

I just released Qstash, A message broker between your serverless apps. You send an HTTP request to QStash, that includes a destination, a payload and optional settings. We durably store your message and will deliver it to the destination API via HTTP. In case the destination is not ready to receive the message, we will retry the message later, to guarentee at-least-once delivery.

Features:

  • 100% serverless, no stateful connections required. Messages are pushed to your API.

  • At-least-once delivery guaranteed to any public API

  • Pubsub via topics

  • Delay message delivery

  • Message deduplication

  • Scheduling via CRON

Find elsewhere
🌐
GitHub
github.com › upstash › qstash-py
GitHub - upstash/qstash-py: Python SDK for Upstash QStash
QStash is an HTTP based messaging and scheduling solution for serverless and edge runtimes.
Starred by 26 users
Forked by 3 users
Languages   Python
🌐
npm
npmjs.com › package › @upstash › qstash › v › 2.6.3
@upstash/qstash - npm
QStash is the message broker between your serverless apps. You send an HTTP request to QStash, that includes a destination, a payload and optional settings. We durably store your message and will deliver it to the destination API via HTTP.
      » npm install @upstash/qstash
    
Published   Oct 08, 2025
Version   2.6.3
Author   Andreas Thomas
🌐
PyPI
pypi.org › project › qstash-python
qstash-python
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
🌐
Upstash
upstash.com › pricing › qstash
QStash Pricing
Upstash is a serverless data platform providing low latency and high scalability for real-time applications. Optimize your data infrastructure with Upstash's managed services for Redis, Vector, QStash, and other key data technologies.
🌐
PyPI
pypi.org › project › qstash
qstash
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
🌐
Upstash
upstash.com
Upstash: Serverless Data Platform
import { Client } from "@upstash/qstash"; const client = new Client({ token: "<QSTASH_TOKEN>", }); const res = await client.publishJSON({ url: "https://my-api...", body: { hello: "world", }, });
🌐
Upstash
console.upstash.com › redis
Upstash Console
Designed for the serverless with per-request pricing and Redis API on durable storage.