Skip to main content

Scheduling scripting extension


Hello,

I would like to develop a script using scripting extension that would take 2min to run. Is it possible to schedule this script to run in every 5 min? 

If I schedule using this method there will be a 30 sec runtime limitation?

https://support.airtable.com/docs/at-a-scheduled-time-automation-trigger

Thanks.

3 replies

Hi, yes if you're using automation scripts, there's a 30 seconds runtime limit. Potentially you have to spread across multiple script operations. Scripting extensions can't be scheduled, they always have to be initiated by the user.


ScottWorld
Forum|alt.badge.img+20
  • Brainy
  • 8719 replies
  • August 18, 2023

@mehmett

Also, you may want to take a look at Make, which has a 40-minute limit per automation.

There is a small learning curve with Make, which is why I created this basic navigation video to help. I also provide the links to a few other Make training resources there as well. 

 

 


  • Inspiring
  • 3264 replies
  • August 18, 2023

>>> I would like to develop a script using scripting extension that would take 2min to run.

You need a different architecture, but which architecture [exactly] cannot be stated or advised without disclosing more requirements. Drop a note to me (bill.french@gmail.com) if you want more guidance.

>>> If I schedule using this method there will be a 30 sec runtime limitation?

Yes, and this is unlikely to ever change. Ergo, you need a different approach.


Reply