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 URL Group that runs every minute#
Get a schedule by schedule id#
List all schedules#
Create/overwrite a schedule with a user chosen schedule id#
Note that if a schedule exists with the same id, the old one will be discarded and new schedule will be used.
Typescript
Delete a schedule#
Create a schedule with timeout#
Timeout value in seconds to use when calling a schedule URL (See Upstash-Timeout in Create Schedule page).
Create a schedule with labels#
Labels tag the schedule so you can later identify and filter the messages it produces in the logs.