How does Jira handle slow or unreliable network connections gracefully in following situations ? (e.g. Does jira add-on have reasonable timeouts, graceful degradation, etc.?)
-When Jira communicate with Databases.
-When a Jira plugin communicate with another Jira plugin.
plugin to plugin communication means, that we are pulling some data from one plugin to another through rest api calls. In such kind of situations how is Jira handle slow or unreliable network connections?
also our plugins make rest api calls to an external (AI) server, in such kind of scenario how is Jira handle slow or unreliable network connections?
Again, Jira does not "handle" the network connections. Tomcat does it.
As for how apps might handle the results (or lack of) from REST calls they make, that's entirely up to the coding of the app.