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

Investigate proxy execution environments failing to start #2372

Closed
FrederikBolding opened this issue Apr 30, 2024 · 0 comments · Fixed by #2389
Closed

Investigate proxy execution environments failing to start #2372

FrederikBolding opened this issue Apr 30, 2024 · 0 comments · Fixed by #2389
Assignees

Comments

@FrederikBolding
Copy link
Member

Investigate proxy execution environments failing to start, specifically in the MV3 environment.

May be related to slow internet connection and a race condition in setting up proxy executors.

@FrederikBolding FrederikBolding self-assigned this Apr 30, 2024
Mrtenz pushed a commit that referenced this issue May 3, 2024
Fixes a problem with proxy execution environments having unintentionally
low timeout values. The assumption is that `initJob` resolves once the
execution environment is perceived to be ready for requests and
therefore we ping the execution env with a very low timeout to detect
issues and fail early. However, `initJob` was resolving way before the
actual proxy executor was ready. This problem can be fixed by
effectively pinging the execution environment as part of the
initialization process of proxy executors as this loads the proxy
executor and doesn't resolve until the executor responds.

Fixes #2372
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 a pull request may close this issue.

1 participant