/plushcap/analysis/hasura/introducing-scheduled-triggers-api-driven-cron-jobs-scheduled-events

Introducing Scheduled Triggers: API Driven Cron Jobs and Scheduled Events

What's this blog post about?

The latest stable release of Hasura introduces Scheduled Triggers, which enable the execution of custom business logic via webhooks at specific points in time. This feature extends Event Triggers (which are driven by table events) to a flexible API that can be used to schedule events at any time for any payload and webhook. Scheduled Triggers come with two types of scheduling: Cron Triggers, which execute periodic events according to a cron schedule, and One-off Scheduled Events, which are used for one-time execution. The feature is well suited for serverless applications as each event can be mapped to an individual function that scales infinitely with no operations needed.

Company
Hasura

Date published
July 20, 2020

Author(s)
Praveen Durairaju

Word count
838

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.