Hello,
I understand that there are some limits to update records in a table but I cannot find a execution time limit in the documentation or this forum for custom Apps.
In my case I would like to update all records of a table so I’ll have to pace the calls to updateRecordsAsync
. But I also need to fetch data to an API endpoint with some quota too (in our example 50 / seconds) so the update process overall might take a long time depending on the table size.
Taking some margin this operation (fetch data and update record for 5K records) could take ~150s. Will it be a problem ?
Thank you in advance for your help
Best regards