Examples
Schedules
You can run the async code by importing Client
from upstash_qstash.asyncio
and awaiting the methods.
Create a schedule that runs every 5 minutes
Create a schedule that runs every hour and sends the result to a callback URL
Create a schedule to a topic that runs every minute
Get a schedule by schedule id
List all schedules
Delete a schedule
Was this page helpful?