Added more logging + increased delay after creating a fresh branch#168
Added more logging + increased delay after creating a fresh branch#168
Conversation
| let wasBranchRegistered = false; | ||
| const waitForBranchMaxTries = 3; | ||
| const waitForBranchRetryDelay = 1024; | ||
| const waitForBranchRetryDelayMs = 2000; |
There was a problem hiding this comment.
I'm mentally bothered that it is 2000 and no 2048 haha
But yeah, it's two seconds so it's a rounder number
mutantcornholio
left a comment
There was a problem hiding this comment.
This PR does throwing errors and logging errors at the same time, which results in double logging, or logging successfully handled errors.
Can we change it the way that we'll log the errors when handling those?
good point, rolled back and added error log on the common handler. Thanks |
Aims to close #166