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

Website appears to be down #3303

Closed
johningve opened this issue Oct 11, 2023 · 5 comments
Closed

Website appears to be down #3303

johningve opened this issue Oct 11, 2023 · 5 comments
Labels
Issue-Bug Report errors or unexpected behavior (auto-generated by issue forms) issue-web server

Comments

@johningve
Copy link

Area with issue?

Web server

✔️ Expected Behavior

To be able to access https://schemastore.org

❌ Actual Behavior

Website returns 503 Service Unavailable

YAML or JSON file that does not work.

No response

IDE or code editor.

None

Are you making a PR for this?

No, someone else must create the PR.

@johningve johningve added the Issue-Bug Report errors or unexpected behavior (auto-generated by issue forms) label Oct 11, 2023
@StanSymphonia
Copy link

StanSymphonia commented Oct 11, 2023

After investigating this issue i have discovered that the URL used to load the config schema is hardcoded: https://github.com/Azure/static-web-apps-cli/blob/affefb24872286a542fe7bbd54340648ec3294d0/src/core/utils/user-config.ts#L168C13-L168C13 .
Also, staticwebapp.config.json has a property $schema but as you can see the value is not used for actually loading the schema.
My suggestion is to use the user provided $schema value to load the file.

Edit: thought this was opened in https://github.com/Azure/static-web-apps-cli :) but i'll leave the comment as it is.

@hyperupcall hyperupcall pinned this issue Oct 11, 2023
@hyperupcall
Copy link
Collaborator

hyperupcall commented Oct 11, 2023

Thank you for bringing this up - @madskristensen would be the one managing hosting.

I'm getting a 503 as well. No recent PRs have changed any of the server configuration or code, so this might be an issue separate from that.

I have pinned this issue so others can find it easier

@hyperupcall hyperupcall added Feature-for-website-or-build-server Propose something new for the SchemaStore web site or build server. (auto-generated by issue forms) issue-web server and removed Feature-for-website-or-build-server Propose something new for the SchemaStore web site or build server. (auto-generated by issue forms) labels Oct 11, 2023
@reitzig
Copy link

reitzig commented Oct 11, 2023

Seems to be coming back up over here, with low performance.
image

(five minutes later) Never mind, 503 again.

Best of luck! 🍪

@madskristensen
Copy link
Contributor

Thanks for reporting this. I'm looking into it now. While doing that, I noticed that in the past few months, Schema Store now serves over 1TB worth of JSON schema files per day. That's over thirty million daily HTTP requests. It has grown quickly in recent years. Fun to watch :)

@madskristensen
Copy link
Contributor

I've scaled up the cloud hosting CPU and memory. We went from 1 CPU to 4, and 3.5 GB memory to 16 GB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Report errors or unexpected behavior (auto-generated by issue forms) issue-web server
Projects
None yet
Development

No branches or pull requests

5 participants