Hi,
I have a workflow where I use the web API to move items to a different collection after processing them.
Now, I've ran into this:
requests.exceptions.HTTPError:
429 Client Error: Too Many Requests for url:...
What is the limit of the api? How can I process more items?
Best,
Denis