I’m running a seatable in docker and need to import some old data. So far everything works great but I keep hitting some API limits. The documentation is very very spread out and sparse when it comes to the API limits, I also can’t see what Limit I am hitting.
So far I’ve got these values in dtable-db.conf
Where can I find out what Limit I am hitting? I couldn’t find anything in the logs.
My requests are coming from n8n, I’m processing about 1300 records and am making a 1 Minute break after each 400 Records but still in n8n I get a 429 - "Too many requests, please try again later."
I could also remove the row_update_limit but it would be great to gave a list of all limits so I can disable them for this import and put them back to normal after it’s done.
Thanks.
I managed to import the data without fiddling around with the limits any further. I imported in batches of 400 an waited for 1 Minute, changed that to 300 and either that or me changing row_update_limit to -1 solved it.
limit management will be harmonized and improved with version 5.0 (available at 15.07)
that’s awesome, thanks.
I will try to improve documentation at https://admin.seatable.io and create a separate page only for the limits. Please give me some time.
don’t worry, we are all somehow lacking time. If there is anything I can help with, happy to help.