open-consul/ui-v2/app
John Cowen 913ae5cfb3
ui: Reduce reconnection attempts on disconnection (#8481)
* ui: Reduce reconnection attempts on disconnection

The UI will attempt to reconnect/retry a blocking query to Consul after
a disconnection in certain circumstances.

1. On receipt of a 5xx error (used for keeping blocking queries running
through reverse proxies that have lowertimeouts than consul itself)
2. When a user switches to a different tab and back again)
3. When the connection to Consul is dropped entirely (when Consul itself
has exited)

In the last case the retry attempts where not using a 3 second interval
between attempts like the first case is.

This commit changes the last case to use the same 3 second pause as the
last case.
2020-08-11 18:47:15 +01:00
..
adapters ui: Use X-Range header as a signal as to whether to reconcile the ember-data store (#8384) 2020-07-29 10:16:09 +02:00
components ui: Add Optgroups and selectedItems to multiple select dropdown and use (#8476) 2020-08-11 18:02:51 +01:00
controllers ui: Add Optgroups and selectedItems to multiple select dropdown and use (#8476) 2020-08-11 18:02:51 +01:00
forms ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
helpers ui: Ensure URLs for tabs change when selecting a different DC (#8397) 2020-07-29 16:09:40 +02:00
initializers ui: Add Optgroups and selectedItems to multiple select dropdown and use (#8476) 2020-08-11 18:02:51 +01:00
instance-initializers ui: Move routes to use data-sources (#8321) 2020-07-17 14:42:45 +01:00
mixins ui: KV Form and List Components (#8307) 2020-07-20 18:04:43 +01:00
models ui: Add unique slug key id to proxy (#8479) 2020-08-11 12:53:45 -04:00
routes ui: Add sorting to namespaces (#8405) 2020-08-10 10:54:51 -04:00
routing ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
search/filters ui: Add ability to search nodes listing page with IP Address (#7204) 2020-02-04 10:45:25 -05:00
serializers ui: Use X-Range header as a signal as to whether to reconcile the ember-data store (#8384) 2020-07-29 10:16:09 +02:00
services ui: Reduce reconnection attempts on disconnection (#8481) 2020-08-11 18:47:15 +01:00
sort/comparators ui: Add Optgroups and selectedItems to multiple select dropdown and use (#8476) 2020-08-11 18:02:51 +01:00
styles ui: Add Optgroups and selectedItems to multiple select dropdown and use (#8476) 2020-08-11 18:02:51 +01:00
templates ui: Add Optgroups and selectedItems to multiple select dropdown and use (#8476) 2020-08-11 18:02:51 +01:00
utils ui: Reduce reconnection attempts on disconnection (#8481) 2020-08-11 18:47:15 +01:00
validations ui: New Intention Form/List components (#8172) 2020-07-09 10:08:47 +01:00
app.js ui: Upgrade to ember 3.16 Octane Edition (#7334) 2020-05-12 17:14:10 +00:00
env.js ui: Improve configuration/env/feature flag usage (also add build time year detection) (#7072) 2020-01-21 17:52:40 +00:00
index.html ui: Keyboard navigation improvements (#7090) 2020-01-20 14:15:15 +00:00
router.js ui: New Intention Form/List components (#8172) 2020-07-09 10:08:47 +01:00