mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(HTTP Request Node): Interval Between Requests option for pagination (#8224)
## Summary Option to add delay between request when using pagination  ## Related tickets and issues https://linear.app/n8n/issue/NODE-1029/http-request-pagination-feature-doesnt-use-batch-settings https://github.com/n8n-io/n8n/issues/8062
This commit is contained in:
@@ -526,6 +526,7 @@ export interface PaginationOptions {
|
||||
binaryResult?: boolean;
|
||||
continue: boolean | string;
|
||||
request: IRequestOptionsSimplifiedAuth;
|
||||
requestInterval: number;
|
||||
maxRequests?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user