topicquests / sensecraft

GNU Affero General Public License v3.0
7 stars 1 forks source link

lifecycle scheduling #181

Closed maparent closed 2 years ago

maparent commented 2 years ago

Some tasks and state transitions need to be scheduled in advance. Primary application now is quest start and end. Also warning game/guild leaders that their guild has not transitioned from interested to confirmed and the quest is about to begin. So we need something that can act at a given time. Looking at pg_cron as one of the options.

maparent commented 2 years ago

decided against using pg_cron. too much impedance mismatch. Will tweak the dispatcher.

maparent commented 2 years ago

Done.