-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
From Discord:
frigjord: Are there any plans to add automatic events to Hasura? E.x trigger event at a specific date/time.
hmexx: That's an interesting idea @frigjord . It does seem to fit really well with Hasura's philosophy of being the center/orchestrator of an asynchronous/serverless stack.
I think this feature would complement Event Triggers (including Console Triggers that Tiru is working on) really nicely in a way that enables the type of apps described in Hasura's 3factor-app design pattern.
I guess the current solution is to use a 3rd-party scheduling service like https://atrigger.com/ to fire a Hasura graphql call, which itself fires an Event Trigger.
tlebeitsuk, coco98, Disturbing, Prathik-Jain, PabloMontoya and 8 more
Metadata
Metadata
Assignees
Labels
c/serverRelated to serverRelated to server