Hi, I’m working on a Node.Js Code that inserts rows from SQL in airtable, but the problem come when i try to insert a lot of rows in the same execution.
There are some rows that inserts well but others appear like this:
{ Error: read ECONNRESET
at TLSWrap.onStreamRead (internal/stream_base_commons.js:167:27) errno: ‘ECONNRESET’, code: ‘ECONNRESET’, syscall: ‘read’ }
I Have been reading and i saw that Airtable has a limiter or something like that. Can Someone explain me how to solve this. It should be great. Thank for all.