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

feat(runtime,serverless,dashboard): add isolates startup timeout #295

Merged
merged 2 commits into from
Nov 25, 2022

Conversation

QuiiBz
Copy link
Member

@QuiiBz QuiiBz commented Nov 25, 2022

About

Closes #277

Add a new startupTimeout option to functions, which is different from timeout. When instantiating/evaluating large scripts, the timeout might be reached, even if executing the code itself wouldn't reach the timeout. So we introduce a larger startupTimeout, only when the isolate hasn't been created.

@vercel
Copy link

vercel bot commented Nov 25, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Ignored Deployments
Name Status Preview Comments Updated
dashboard ⬜️ Ignored (Inspect) Nov 25, 2022 at 5:48PM (UTC)
docs ⬜️ Ignored (Inspect) Nov 25, 2022 at 5:48PM (UTC)
www ⬜️ Ignored (Inspect) Nov 25, 2022 at 5:48PM (UTC)

@QuiiBz QuiiBz force-pushed the feat/startup-timeout branch from 4db5bfa to 75cb429 Compare November 25, 2022 17:47
@QuiiBz QuiiBz merged commit 6e98d1b into main Nov 25, 2022
@QuiiBz QuiiBz deleted the feat/startup-timeout branch November 25, 2022 17:50
@QuiiBz QuiiBz mentioned this pull request Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Startup timeout should be different from execution timeout
1 participant