Files
habitica/website/server/libs/serverStatus.js
Phillip Thelen 3e93911e70 Phillip/prod perf2 (#15596)
* Add new api call for kubernetes startup probe

* add hostname as tag for loggly

* Only listen to one change

* increase vite min chunk size

* respond gracefully to shutdown signal

* update server readiness according to mongodb and redis connection

* make larger vite chunks

* fix lint
2026-02-24 10:17:21 -06:00

8 lines
110 B
JavaScript

const SERVER_STATUS = {
MONGODB: false,
REDIS: false,
EXPRESS: false,
};
export default SERVER_STATUS;