-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Make for loop asynchronous
- For loop for
numRetriesinApiCallis executed synchronously, so only after the (numRetries+ 1)th iteration, the first response is fetched. - Check for node's health must be initiated before the next iteration - for loop must run asynchronously.
- Check Node health at each iteration and loop depending on that
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working