Docs Home → Atlas App Services
Disable a Trigger
On this page
Overview
Triggers may enter a suspended state in response to an event that prevents the Trigger's change stream from continuing, such as a network disruption or change to the underlying cluster. When a Trigger enters a suspended state, it does not receive change events and will not fire.
Note
In the event of a suspended or failed trigger, Atlas App Services sends the project owner an email alerting them of the issue.
You can suspend a Trigger from the Atlas App Services UI or by
importing an application directory with realm-cli
.
Restoring from a Snapshot
Consider the following scenario:
A database trigger is disabled or suspended.
New documents are added while the trigger is disabled.
The database is restored from a snapshot to a time prior to the new documents being added.
The database trigger is restarted.
In this case, the trigger picks up all of the newly-added documents and fires for each document. It will not fire again for events that have already been processed.
Note
If a previously-enabled database trigger is running during snapshot restoration, you will see an error in the Edit Trigger section of the Atlas UI because the trigger cannot connect to the Atlas cluster during the restore process. Once snapshot restoration completes, the error disappears and the trigger continues to execute normally.