Skip to content

Retry config.json loading in case of connectivity problems #1467

@indeyets

Description

@indeyets

Config.json can fail because of temporary connectivity issues. It would be beneficial to implement retry policy here.

I suggest to do the following:

  1. Attempt to load. In case of exception (Network Error) wait for 1 second
  2. Retry … (wait for 2 seconds)
  3. Retry … (Replace "Loading…" with "Some network problems. Still loading…". wait for 5 seconds)
  4. Retry … (wait for 10 seconds)
  5. Retry … Fallback to current error

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions