Skip to content

Commit ab7454a

Browse files
add trigger troubleshooting
1 parent 25c156d commit ab7454a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs-v2/pages/troubleshooting.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Another option is to make an HTTP request to a Pipedream HTTP webhook trigger.
6161

6262
## Triggers
6363

64+
### Why is my trigger not saving?
65+
66+
If your trigger continuously spins without saving, it might be processing too much data at once or taking longer than expected. This issue often occurs with polling database-related triggers (e.g., PostgreSQL, Snowflake, Notion Databases). To resolve it, try reducing the volume of data fetched, e.g., by limiting the number of rows returned in your query.
67+
6468
### Why is my trigger not emitting events?
6569

6670
First, look at your [trigger logs](/troubleshooting/#where-can-i-find-the-trigger-logs) and check for any errors there. Verify that it has been running, whether on a new webhook event or at the configured polling interval.

0 commit comments

Comments
 (0)