Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fetchActions: Pull
await backoffMachine.wait()
out of catch
block.
As Greg points out [1], this makes the most sense conceptually; it's happening at the bottom of the loop, just before a new iteration starts. The `return` in the `try` block is enough to ensure that this wait won't interfere with a successful fetch. [1]: zulip#4166 (comment)
- Loading branch information