- Notifications
You must be signed in to change notification settings - Fork328
Dan v2 updates#1491
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Dan v2 updates#1491
Uh oh!
There was an error while loading.Please reload this page.
Conversation
chillenberger commentedMay 31, 2024
- centralize all serverless pricing in one spot
- centralize all serverless models in one spot
} | ||
impl ServerlessModels { | ||
pub fn new() -> ServerlessModels { |
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.
This feels like it belongs in our main app, not in the open source dashboard.
chillenbergerMay 31, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
it is used in our documentation.https://postgresml.org/docs/product/cloud-database/serverless
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.
I understand. That requires us to fix our architecture to be able to inject data into the docs which may not be available in the open source repo.
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.