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

App config: document CLI args and scaling mode #82

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

theduke
Copy link
Contributor

@theduke theduke commented Apr 17, 2024

No description provided.

@theduke theduke requested review from syrusakbary and ayys April 17, 2024 17:27
@syrusakbary syrusakbary merged commit adec4e0 into main Apr 17, 2024
1 check passed
@syrusakbary syrusakbary deleted the update-app-documentation branch April 17, 2024 17:31
Copy link
Member

@ayys ayys left a comment

Choose a reason for hiding this comment

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

just a minor correction.

obligatory: we should be auto-generating docs from the schema.


Only a single request will be sent to each instance at a time.
Edge will dynamically scale up additional instances of your app as required by the incoming request volume, and shut them down when they are no longer needed.
This mode is appropriate for single-threaded synchronous Python/PHP/Ruby/...
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
This mode is appropriate for single-threaded synchronous Python/PHP/Ruby/...
This mode is appropriate for single-threaded synchronous http servers written in Python/PHP/Ruby/...

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