1.1.0 • Published 1 year ago

n8n-nodes-throttle v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

n8n-nodes-throttle

This is an n8n community node. It lets you to throttle the execution of workflows.

It provides a Throttle note that routes items either to the Allowed or Blocked output depending on the configured throttling timeout.

Note: This node will only block executions if workflow is triggered by a webhook or any other automated trigger.
It will allow all executions if the workflow is triggered manually.
This is due to N8N internal restrictions.

Table of Contents

Use cases

It could be combined with Wait node to retry the execution of the workflow after some time:

Use case: wait

Or it could be combided with Error node to terminate the workflow execution.

Use case: terminate

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

List the operations supported by your node.

Usage

This is an optional section. Use it to help users with any difficult or confusing aspects of the node.

By the time users are looking for community nodes, they probably already know n8n basics. But if you expect new users, you can link to the Try it out documentation to help them get started.