<number><unit>
. Here are some examples:
10s
= 10 seconds1m
= 1 minute30m
= half an hour2h
= 2 hours7d
= 7 daysUpstash-Delay
header.
Upstash-Delay
will get overridden by Upstash-Not-Before
header when both are
used together.Upstash-Not-Before
header.
Upstash-Not-Before
will override the Upstash-Delay
header when both are used
together.Upstash-Delay
. The
delay will affect the messages that will be created by the schedule and not the
schedule itself.
For example when you create a new schedule with a delay of 30s
, the messages
will be created when the schedule triggers but only delivered after 30 seconds.