- Notifications
You must be signed in to change notification settings - Fork928
fix: Misc improvements toscripts/develop.sh
#4995
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
1256ec4
toec48b37
Compare* Use new `/healthz` endpoint for checking API liveness* Improved credential handling/retrying in failure scenarios* Separate site (`vite`) logs with prefix and date, additionally this method also disables the `vite` clearing of the screen* Show all interfaces coder API is listening on (due to `0.0.0.0`)
ec48b37
to5fd8657
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
1c895d3
to3e438e7
Comparede51030
to7f1f744
CompareOk, made one pretty big additional change in Interrupts, failures and cleanup should be handled better now. I often ran into issues with PostgreSQL or node (vite) still running after the script has exited. |
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.
Nice interrupt handling!
Uh oh!
There was an error while loading.Please reload this page.
/healthz
endpoint for checking API livenessvite
) logs with prefix and date, additionally thismethod also disables the
vite
clearing of the screen0.0.0.0
)Edit: