-
Notifications
You must be signed in to change notification settings - Fork 3
Codex-generated pull request #1283
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,18 @@ description: "Configure reliability, rate limits, and SLO-aware scaling inside a | |
|
|
||
| Project deployments support operational controls for reliability and cost efficiency. | ||
|
|
||
| ## Reliability and Scaling Flow | ||
|
|
||
| ```mermaid | ||
| flowchart TD | ||
| A[Open Deployment Settings] --> B[Configure Rate Limits] | ||
| B --> C[Set Retry/Fallback] | ||
| C --> D[Enable Autoscaling] | ||
| D --> E[Monitor Scale Events] | ||
| E --> F[Iterate Using SLOs] | ||
| ``` | ||
|
Comment on lines
+12
to
+19
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
|
|
||
| ## Configure Rate Limiting | ||
|
|
||
| In deployment **Settings**: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,17 @@ description: "Invite collaborators and manage project-level permissions" | |
|
|
||
| Project member management lets you control who can view and operate project resources. | ||
|
|
||
| ## Member Management Flow | ||
|
|
||
| ```mermaid | ||
| flowchart TD | ||
| A[Open Project] --> B[Invite Member] | ||
| B --> C[Assign View/Manage] | ||
| C --> D[Review Effective Access] | ||
| D --> E[Update or Remove if Needed] | ||
| ``` | ||
|
Comment on lines
+12
to
+18
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The flowchart separates "Invite Member" and "Assign View/Manage" into two sequential steps. According to the document text, assigning a role is part of the invitation process, not a separate action. Combining these into a single step would make the diagram more accurate and less confusing. |
||
|
|
||
|
|
||
| ## Invite Members | ||
|
|
||
| 1. Open the target project. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.