Clay Icon

Managing Rate Limits in Clay’s Formulas for External API Requests

·
·

I’m hitting rate limits with an external API that allows 10 requests/second. Anyone know how to handle this in Clay’s formulas to avoid rate limit errors when processing large tables?

  • Avatar of Muhammad S.
    Muhammad S.
    ·
    ·

    yeah build a queue system that will queue your requests

  • Avatar of Muhammad S.
    Muhammad S.
    ·
    ·

    clay cant handle that low rate limits