mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +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 |
||
|---|---|---|
| .. | ||
| addon-store.js | ||
| client-applications-store.js | ||
| client-instance-store.js | ||
| client-metrics-db.js | ||
| client-metrics-store.js | ||
| client-metrics-store.test.js | ||
| context-field-store.js | ||
| db-pool.js | ||
| event-store.js | ||
| feature-toggle-store.js | ||
| feature-type-store.js | ||
| index.js | ||
| project-store.js | ||
| setting-store.js | ||
| strategy-store.js | ||
| tag-store.js | ||
| tag-type-store.js | ||
| user-store.js | ||