Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

UI: retry login POST request to /_/auth/session #1280

Merged
merged 5 commits into from
Aug 16, 2021
Merged

Conversation

jgehrcke
Copy link
Contributor

This is to enhance robustness, allowing for auto-healing short transient issues. Also motivated by CI instability #1249.

This is to enhance robustness, allowing for
auto-healing short transient issues -- motivated
in particular by CI instability #1249.

The retrying config around this request in particular
will always be rather unique and so it makes
sense to keep the parameters very local to
where the request is performed.

Signed-off-by: Dr. Jan-Philip Gehrcke <jp@opstrace.com>
Signed-off-by: Dr. Jan-Philip Gehrcke <jp@opstrace.com>
Signed-off-by: Dr. Jan-Philip Gehrcke <jp@opstrace.com>
It's fine and even better to re-throw this error
so that it's fully captured for debuggability in
both, console and Sentry.

Signed-off-by: Dr. Jan-Philip Gehrcke <jp@opstrace.com>
Signed-off-by: Dr. Jan-Philip Gehrcke <jp@opstrace.com>
@jgehrcke
Copy link
Contributor Author

All three CI jobs have passed the critical stage -- login flow succeeded. Merging early, opening next PR based on this any minute.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant