-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Looks like definite opportunities to streamline the code in _requestWorker, while also making it more robust and testing more cases:
- separate clauses for GET/POST/DELETE are largely redundant
- deferredHook handling - currently only in POST
- re-signing if the old signature would expire in the next n seconds - currently only in POST
- investigate exiting the iteration if the request will never return 200 - currently only 200 will clear keepTrying
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request