You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When we try to use pagination mode in n8n, we can produce big amount of requests, which causes hitting of rate limits.
To avoid such behavior, we need to make some pauses between requests.
I was trying to use batch mode settings to provide timeout between requests:
but it seems that those settings are ignored in batch mode.
To Reproduce
Steps to reproduce the behavior:
Create HTTP node
Setup HTTP paginated request
Measure amount of requests in a seccond
See error
Expected behavior
I expect, that if I set some pause in batch settings, that those settings applied to paginated requests.
Environment (please complete the following information):
OS:Вщслук
n8n Version [e.g. 1.18.1]
Node.js Version [e.g. 20]
Database system [PGSql]
Operation mode [main]
The text was updated successfully, but these errors were encountered:
Good news, We have added a batch setting just for pagination which has been working well with systems like hubspot. This was released in 1.24.0, For now I am going to close this but if you are still seeing an issue after upgrading let me know and we can open it again.
Describe the bug
When we try to use pagination mode in n8n, we can produce big amount of requests, which causes hitting of rate limits.
To avoid such behavior, we need to make some pauses between requests.
I was trying to use batch mode settings to provide timeout between requests:
but it seems that those settings are ignored in batch mode.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect, that if I set some pause in batch settings, that those settings applied to paginated requests.
Environment (please complete the following information):
main
]The text was updated successfully, but these errors were encountered: