graphql-engine/docs/graphql/manual/scheduled-triggers/index.rst
2020-07-14 14:15:06 +05:30

29 lines
630 B
ReStructuredText

.. meta::
:description: Create a scheduled trigger with Hasura
:keywords: hasura, docs, scheduled trigger
.. _scheduled_triggers:
Scheduled Triggers
==================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
Scheduled triggers are used to execute custom business logic at a specific point in time. There are two types of timed events: cron-based or timestamp-based.
.. admonition:: Supported from
Scheduled triggers are supported from versions ``v.1.3.0`` and above.
**See:**
.. toctree::
:maxdepth: 2
:titlesonly:
create-cron-trigger
create-one-off-scheduled-event