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

Fix error: Timeout: Did not receive an init message from worker after 10000ms #197

Merged
merged 4 commits into from
Jul 2, 2021

Conversation

vinceau
Copy link
Member

@vinceau vinceau commented Jul 2, 2021

A user had reported that their replay browser wasn't working, despite the correct paths being set. After looking at their logs it was clear that the replayBrowser: Spawning worker: Done log message was never received, and no errors were being thrown.

After adding more error logs, we discovered the Timeout: Did not receive an init message from worker after 10000ms error. This is peculiar since the user has incredibly good PC specs, so why initializing workers takes longer than 10s is extremely odd. Anyways, it turns out just increasing the timeout from the default 10s to 30s fixed the issue for them.

@NikhilNarayana NikhilNarayana merged commit 7be8b57 into main Jul 2, 2021
@NikhilNarayana NikhilNarayana deleted the debug/workers branch July 2, 2021 02:58
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