Open rapacity opened 4 years ago
isn't this solving your issue? https://hasura.io/blog/introducing-scheduled-triggers-api-driven-cron-jobs-scheduled-events/
isn't this solving your issue? https://hasura.io/blog/introducing-scheduled-triggers-api-driven-cron-jobs-scheduled-events/
Currently at best you can schedule a cron job to run at an interval of once every minute but not more fine grained than that.
As an example, if I have a materialized view that I'd like to refresh on a 15 seconds interval, I wouldn't be able to create a cron job to do that from hasura.
Please add this functionality. It would make synchronization with external APIs much easier.
Need this too. Please, add it
It would be useful to be able to schedule jobs that execute every X seconds. Cron currently limits jobs to minute-level resolution.