Best answer

Can you scale up with Zapier and Airtable? 5x/s Limit

  • 12 January 2023
  • 1 reply
  • 78 views

Hi all!
Is it possible to scale with airtable?I'm looking for recommendations on how to get around airtable's 5x / second limit API call limit.  Looking for a proxy tool that can queue up the requests for me and send them through under the threshhold. I am using Zapier with airtable for a lot of automations.  I'm worried as I start adding my new clients then it will break. I've found two tools that an do this. Anyone have experience?

  1. https://nocodeapi.com/ - looks promising but customer support is atrocious.  How do I know i can trust them? Anyway their product signup doesn't even work.  Website has many problems.  Not trusting them with this important info.
  2. https://rapidapi.com/aircache/api/aircache - no experience with them. Again could work.
  3. Something else?
     
icon

Best answer by Troy Tessalone 12 January 2023, 18:05

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @WillowDwellings 

Good question.

Try Delay > After Queue

3. Delay after queue

The Delay After Queue option allows you to create a queue of actions to run. When a Zap is triggered, it adds actions to the queue. The queue then plays the actions one at a time in the order that they were added to the queue. There is a delay between each set of actions for a Zap.

This can be useful if you are running into limits with too many requests to an app, or if you have multiple Zaps that may try to update a record at the same time.

To use Delay After Queue:

  • In the Zap editor, click the Action step, or click the plus + icon to add an action.
  • Select Delay.
  • In Choose app & event, click the Action Event dropdown menu and select Delay After Queue.
  • Click Continue.
  • In the Time Delayed For (value) field, enter the amount of time (in numbers) the Zap should hold a task for. You can either enter a fixed number or use a number field from a previous step.
  • Click the Time Delayed For (unit) dropdown menu and select a unit of time.
  • Click Continue.

The maximum time a task can be held for is for one month (31 days). Since tasks will be queued, the maximum number of tasks in the queue depends on the Time Delayed For (value) value. For example, if you set the delay to one day, the maximum number of tasks in the queue will be 31. If a 32nd task is created within that period, it will error on the delay step because the scheduled time it will be released is too far away.

miscEye icon Note
  • Multiple Zaps can share the same queue if they use the same queue name.
  • The Delay After Queue action does not guarantee that the steps following it will never run simultaneously. Slowdowns in Zapier’s infrastructure and auto or manual Zap run replays after errors may cause some steps to still run at the same time.