Forum Discussion

Shivshankar's avatar
7 years ago

How many ajax calls we can make on a custom page?

Hi,

 

I have created a custom page , how many ajax calls we can make on the page ? Is there any restriction on number of api calls and is there any setting available to configure this ?

  • Shivshankar

    There are no such restrictions, you can make any number of ajax call.

    On that custom page, you are using a custom component having JS so in JS you can make any no of ajax call it does not depend on that custom page. LMK what you are trying to do so can help you out more. 

    • i have a code where in i am processing bulk ideas , atleast 1000 minimum with updating some comments and changing status of them.

      On a certain instance i am getting Error 429
      https://httpstatuses.com/429 

      so i am unable to understand what is the cause of this error.

      Is it because of too many calls ? . On some other instance i am not facing such issues.

      • VikasB's avatar
        VikasB
        Boss

        Shivshankar

        I would also suggest you try it with few calls instead of too many calls. It would be great if you can share the code snippets. 

        As you mentioned that on some other instance, i am not facing such issues. It means the issue is not with multiple calls. You should reach out to support for instance-specific issues.