Page MenuHomePhabricator

[lib] Retry auth
ClosedPublic

Authored by tomek on Jan 26 2024, 9:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 10, 12:00 AM
Unknown Object (File)
Mon, Feb 10, 12:00 AM
Unknown Object (File)
Sun, Feb 9, 6:37 PM
Unknown Object (File)
Sun, Feb 9, 6:37 PM
Unknown Object (File)
Fri, Feb 7, 8:12 PM
Unknown Object (File)
Wed, Jan 22, 6:45 PM
Unknown Object (File)
Wed, Jan 22, 6:45 PM
Unknown Object (File)
Wed, Jan 22, 6:45 PM
Subscribers

Details

Summary

Retry the auth, if it wasn't successful, every 1 minute. We can change the delay if we think something else would work better.

Depends on D10843

Test Plan

Add a console log checking if unsuccessful auth is retried.

Diff Detail

Repository
rCOMM Comm
Branch
handlers-2
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

tomek requested review of this revision.Jan 26 2024, 9:44 AM
ashoat added inline comments.
lib/components/keyserver-connection-handler.js
154–156 ↗(On Diff #36187)

I think this is more readable

This revision is now accepted and ready to land.Jan 29 2024, 7:54 PM
tomek marked an inline comment as done.

Use sleep

This revision was automatically updated to reflect the committed changes.