Forum Discussion
MattSaforrian
7 years agoQuickbase Staff
Hi Tyler,
Automations don't care how a record is added. Is it possible that your add on is creating records too quickly and so hits our webhook rate limit? If possible, I would recommend that you create multiple records using API_ImportFromCSV.
Best,
-Matt
Automations don't care how a record is added. Is it possible that your add on is creating records too quickly and so hits our webhook rate limit? If possible, I would recommend that you create multiple records using API_ImportFromCSV.
Best,
-Matt
- TylerParker7 years agoQrew Assistant CaptainThanks Matt, that's what I was getting at. I'm reading on the Automation Limits page but maybe I should be looking into the Webhook limits? I didn't know that Automations relied on webhook limits underneath. The add-on does indeed only take about 2-3 seconds to run. Would extending the time accommodate webhook limits? If so, how many seconds do you think I would need to tell the code to wait before finishing if I was to create roughly records 350 with one click?
- SuryaExpert7 years agoQrew Assistant CaptainMatt, Isn't the limit on Webhooks 10 per second? Or has it been increased lately? Also, webhooks created by Automations are json based, right? So does the webhook limit still apply for automations?
- QuickBaseCoachD7 years agoQrew CaptainThe webhook limit was raised to 20 per second. So I suggest if they are being added one by one to limit them to that speed.