I know that we can configure a trigger to receive a heartbeat. Would it be possible to have a trigger emit events only at a scheduled heartbeat? The use case would be allow batch processing.
My intuition is that one would keep track of the state of what we’re reacting to via updateState
and only emit rules when the last Message
was a heartbeat?