Nick: new limits, new pricing

This commit is contained in:
Nicolas
2024-05-30 14:31:36 -07:00
parent 51b0b88cd4
commit ace46f340b
6 changed files with 71 additions and 119 deletions
+3
View File
@@ -168,3 +168,6 @@ app.get('/serverHealthCheck/notify', async (req, res) => {
app.get("/is-production", (req, res) => {
res.send({ isProduction: global.isProduction });
});
// /workers health check, cant act as load balancer, just has to be a pre deploy thing