-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add output bundle spec to common module #244
Conversation
// Environment variable present in the server execution environment. | ||
environmentVariables?: EnvVarConfig[]; | ||
// The maximum number of concurrent requests that each server instance can receive. | ||
// Defaults to 80. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if we link to the product docs instead so we have a single source of truth?
// The amount of memory available for a server instance. | ||
// Commonly one of: "256" | "512" | "1024" | "2048" | "4096" | "8192" | "16384" | ||
// Defaults to 512MiB. | ||
memoryMiB?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why string?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, we probably want number here too
This interface will be used in the other adapters as the output bundle