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

Add output bundle spec to common module #244

Merged
merged 14 commits into from
Sep 3, 2024
Merged

Add output bundle spec to common module #244

merged 14 commits into from
Sep 3, 2024

Conversation

Yuangwang
Copy link
Collaborator

This interface will be used in the other adapters as the output bundle

packages/@apphosting/common/src/index.ts Outdated Show resolved Hide resolved
packages/@apphosting/common/src/index.ts Outdated Show resolved Hide resolved
packages/@apphosting/common/src/index.ts Outdated Show resolved Hide resolved
packages/@apphosting/common/src/index.ts Outdated Show resolved Hide resolved
packages/@apphosting/common/src/index.ts Outdated Show resolved Hide resolved
packages/@apphosting/common/src/index.ts Show resolved Hide resolved
packages/@apphosting/common/src/index.ts Outdated Show resolved Hide resolved
packages/@apphosting/common/src/index.ts Outdated Show resolved Hide resolved
packages/@apphosting/common/src/index.ts Outdated Show resolved Hide resolved
packages/@apphosting/common/src/index.ts Outdated Show resolved Hide resolved
// 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.
Copy link
Collaborator

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?

packages/@apphosting/common/src/index.ts Outdated Show resolved Hide resolved
packages/@apphosting/common/src/index.ts Outdated Show resolved Hide resolved
packages/@apphosting/common/src/index.ts Outdated Show resolved Hide resolved
packages/@apphosting/common/src/index.ts Show resolved Hide resolved
packages/@apphosting/common/src/index.ts Outdated Show resolved Hide resolved
// The amount of memory available for a server instance.
// Commonly one of: "256" | "512" | "1024" | "2048" | "4096" | "8192" | "16384"
// Defaults to 512MiB.
memoryMiB?: string;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why string?

Copy link
Collaborator Author

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

@Yuangwang Yuangwang merged commit 1a99446 into main Sep 3, 2024
9 checks passed
@Yuangwang Yuangwang mentioned this pull request Nov 18, 2024
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.

3 participants