Skip to main content
Best answer

Code by Zapier timeout - Paid tier

  • March 5, 2021
  • 1 reply
  • 535 views

Hi all.

So I’m currently setting up Zapier for one of our clients to retrieve some information through our API. For this I’m running a “Code by Zapier” with Python, but, I’m getting a 1 second timeout issue, so I’ve talked with the partner to let them know they’ll need a paid tier, but now I’m confused that I don’t know if all the paid tiers allow for the same execution time.

So the free tier is 1 second, is the starter 2 seconds and the professional 4 seconds?

 

Appreciate any help,

Thanks

Best answer by Troy Tessalone

Hi @CCorreia 

Check this help article: https://zapier.com/help/doc/common-problems-code-zapier

Time & Memory Limits

Free users are limited to 1 second and 128mb of RAM.

Paid users get well over double that at 10 seconds and 256mb of RAM.

Your Zap will hit an error if you exceed these limits.

View original
Did this topic help you find an answer to your question?
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

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31572 replies
  • Answer
  • March 5, 2021

Hi @CCorreia 

Check this help article: https://zapier.com/help/doc/common-problems-code-zapier

Time & Memory Limits

Free users are limited to 1 second and 128mb of RAM.

Paid users get well over double that at 10 seconds and 256mb of RAM.

Your Zap will hit an error if you exceed these limits.