Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Background

When users has multiple gadgets on a dashboard, multiple reloads are required for the gadgets to display properly.
The console logs shows that a large amounts of request results in 429 (Too Many Requests)

console_log_errors-20240902-040640.png

Root Cause

This is a known issue for Jira Cloud, there is a limitation where the REST API calls can only call 100 requests each time.

When loading Dashboard page, if gadgets are present the browser will make a high number of requests to server for the webresources (CSS, JS) to load the results so the number of web requests can significantly increase dependent on the higher number of gadgets.

For the (failed) status requests, this is likely due to the chrome not being able to handle the large amount of requests resulting in the error "429 (Too Many Requests)".

network_tab_error.png

Possible Workaround 

  • Reload the dashboard again so that it can reuse the cached resources

  • Reduce or consolidate the number of gadgets on the dashboard

Reference

  • No labels