Schedule with postgres driver
https://www.rivet.dev/docs/actors/schedule doesnt mention the postgres driver in the supported list, nor as a needs to be implemented. It refers to a redis backend (which I don't see much other docs about?) and an issue on an older repo?
Is/will schedule be supported when using the postgres driver?
Is/will schedule be supported when using the postgres driver?
Rivet
Scheduling is used to trigger events in the future. The actor scheduler is like setTimeout, except the timeout will persist even if the actor restarts, upgrades, or crashes.
