You can schedule events to be processed a time after they’re sent. This can be done at either for a given event, or a subscription, depending on your needs.Documentation Index
Fetch the complete documentation index at: https://docs.sailhouse.dev/llms.txt
Use this file to discover all available pages before exploring further.
Topics
To scheduled event to a topic, you can set a property when publishing the event to define the exact time for the event to be sent to all subscribers. This is often useful for scheduling a future job, for example processing a payment 14 days after an order, or sending a reminder of a task that is due.- TypeScript
- Go
Subscriptions
This feature is currently in private beta, to enable, please contact us.
Offset
For a given subscription, you can set a fixed value of time to delay the processing of an event within a subscription. Taking the same pattern as above, where we want to send an invoice after 14 days, you could create asend-payment-invoice subscription on a order-made topic, and configure it’s offset to be 14 days.
This is available for both push and pull subscriptions, but not for any integration subscriptions such as Slack.