Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't wait for I/O on Explorer Start() #4141

Merged
merged 1 commit into from
Mar 30, 2021

Conversation

j16r
Copy link
Contributor

@j16r j16r commented Mar 30, 2021

The Explorer Client startup loop tries to connect, and waits for a result from the connect at Startup.
I believe this Start blocks Application startup.
So in the worst case, this could block chainlink by up to 45 seconds before it can process jobs.

@j16r j16r changed the title Bugfix/6375 dont wait for explorer io on startup Don't wait for I/O on Explorer Start() Mar 30, 2021
@j16r j16r force-pushed the bugfix/6375_dont_wait_for_explorer_io_on_startup branch from f6ef67d to c53459c Compare March 30, 2021 01:50
@j16r j16r marked this pull request as ready for review March 30, 2021 02:03
This could block Chainlink node startup by up to 45seconds at startup in
the worst case.
@j16r j16r force-pushed the bugfix/6375_dont_wait_for_explorer_io_on_startup branch from 3bc42ad to d9c21eb Compare March 30, 2021 16:04
@j16r j16r merged commit f235ae5 into develop Mar 30, 2021
@j16r j16r deleted the bugfix/6375_dont_wait_for_explorer_io_on_startup branch March 30, 2021 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants