-
Notifications
You must be signed in to change notification settings - Fork 42
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
Health endpoint #35
Comments
~Hi @cohix I'd like to work on this one. Can you assign me to it? |
@zhangwinning sounds great! This will involve adding a handler to Atmo's router (which is generated by the coordinator - see |
Let me know if you need any assistance and myself or the team can help 🙂 |
@zhangwinning Yes! Atmo supports AssemblyScript (very similar to TypeScript), here's an example: https://github.com/suborbital/atmo/blob/main/example-project/as-graphql/src/lib.ts |
Atmo should expose a health endpoint that can be used to determine the health of Atmo. This can include whether or not a bundle has been successfully loaded and Atmo is available to serve requests.
The text was updated successfully, but these errors were encountered: