In addition to sending a message once, you can create a schedule, and we will publish the message in the given period. To create a schedule, you simply need to add theDocumentation Index
Fetch the complete documentation index at: https://upstash-fix-issues-on-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Upstash-Cron header to your publish request.
Schedules can be configured using cron expressions.
crontab.guru is a great tool for understanding and
creating cron expressions.
We use UTC as timezone when evaluating cron expressions.
The following request would create a schedule that will automatically publish
the message every minute:
It can take up to 60 seconds for the schedule to be loaded on an active node and
triggered for the first time.