I'm doing an application that requires nested API calls on JIRA's rest API. When I initially start the application it gets the correct data but after a bunch of reruns it displays an error message saying that it refuses to connect to the server. So does JIRA have a limit on the number of calls that I can have ? Currently I have 3 APIs that are nested calls then each are going through a loop.
There is no limit on the number of calls. Maybe the calls are throttled due to the server being unresponsive.
The root cause can be a lot of things - high CPU, high memory usage, reaching the allowed thread count and so on. You will have to do some monitoring to see what is going on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.