cali
cali4mo ago

sleep (seconds) -> sleepUntil (specific date)

Is there a way to wait to execute something until a specific date without needing to calculate sleep in seconds or use cron? Something similar to what inngest does with sleepUntil (https://www.inngest.com/docs/reference/functions/step-sleep-until).
2 Replies
cali
cali4mo ago
Any ideas?
rubenf
rubenf4mo ago
the api supports a a scheduled for, but the flow only supports sleep for for now and so you will have to do the compute