mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-24 20:06:55 +01:00
* feat: Handle database connection errors with 500 - If database goes away while unleash is running, unleash now stays running, but all api endpoints will return 500. - This includes our health endpoint, which allows k8s or similar orchestrators to decide what should be done, rather than Unleash terminating unexpectedly |
||
|---|---|---|
| .. | ||
| admin-api | ||
| client-api | ||
| api-def.js | ||
| backstage.js | ||
| backstage.test.js | ||
| controller.js | ||
| health-check.js | ||
| health-check.test.js | ||
| index.js | ||
| index.test.js | ||
| logout.js | ||
| logout.test.js | ||