I have developed an api and hosted in pythonanywhere . I just wanted to know that how many api call i can made at once ? what is the maximum number of api call is supported by pythonanywhere??
I have developed an api and hosted in pythonanywhere . I just wanted to know that how many api call i can made at once ? what is the maximum number of api call is supported by pythonanywhere??
Number of requests handled simultaneously is defined by the number of web workers available for your web app. Since you're on a free account, you have one web worker.
how many web workers is available for paid account ??
You can choose the number of workers. For standard plans, the number of workers is shown on the pricing page.