Videos
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
» npm install @upstash/qstash
Hey folks, I am building a SaaS with some AI features that call OpenAI models. I am using Upstash QStash to stay within rate limits, but it feels kinda slow. Is it just a dev-mode thing, or does it stay slow in production too?
Also, do they offer any event/subscription setup to know when a task is done? Would love to hear your experience or any better alternatives.