cleanup: batcher to batch more appropriately (#2794)
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
Notify HeyPuter / notify (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test-backend (24.x) (push) Has been cancelled
test / API tests (node env, api-test) (24.x) (push) Has been cancelled
test / puterjs (node env, vitest) (24.x) (push) Has been cancelled

This commit is contained in:
Daniel Salazar
2026-04-10 00:27:14 -07:00
committed by GitHub
parent 1cfe69faa1
commit 14f2da3206
3 changed files with 2543 additions and 2297 deletions
+2540 -2293
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -19,8 +19,8 @@
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.46.1",
"@typescript-eslint/parser": "^8.46.1",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"@vitest/coverage-v8": "^4.0.14",
"@vitest/ui": "^4.0.14",
"chalk": "^4.1.0",
"clean-css": "^5.3.2",
"dotenv": "^16.4.5",
@@ -37,7 +37,7 @@
"typescript": "^5.4.5",
"uglify-js": "^3.17.4",
"vite-plugin-static-copy": "^3.3.0",
"vitest": "^4.1.0",
"vitest": "^4.0.14",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.1",
"yaml": "^2.8.1"
@@ -41,7 +41,6 @@ module.exports = eggspress('/batch', {
const errors = req.services.get('error-service').create(log);
const x = Context.get();
x.set('dbrr_channel', 'batch');
let app;
if ( req.body.app_uid ) {