chainlink icon indicating copy to clipboard operation
chainlink copied to clipboard

Fix misleading LogPoller logging

Open reductionista opened this issue 2 years ago • 3 comments

This was logging a critical error when any error other than an rpc error happened (eg networking issue, or context timeout) when batch_size was = 1. Should have only been logging at that level for rpc error "Limit Exceeded". Same issue for batch_size > 1, we should only be reducing the batch size if the error was specifically "Limit Exceeded", otherwise just retry again next time with the same size.

reductionista avatar Dec 21 '23 21:12 reductionista

I see that you haven't updated any README files. Would it make sense to do so?

github-actions[bot] avatar Dec 21 '23 21:12 github-actions[bot]

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Feb 21 '24 00:02 github-actions[bot]

This got closed due to being stale, but someone noticed it again recently so I'll pick it back up again soon.

reductionista avatar Jun 06 '24 20:06 reductionista