feat: |Github Action| Deploy Backend add DEBUG_MODE for logging && BA… (#554)

feat: |Github Action| Deploy Backend add DEBUG_MODE for logging && BACKEND_USE_MAIL_WASM_PARSER to enable mail-parser-wasm-worker
This commit is contained in:
Dream Hunter
2025-01-11 18:04:53 +08:00
committed by GitHub
parent 52caf811f5
commit b604f56d56
6 changed files with 67 additions and 7 deletions
-1
View File
@@ -429,7 +429,6 @@ export async function triggerAnotherWorker(
const anotherWorkerList: AnotherWorker[] = getAnotherWorkerList(c);
if (!getBooleanValue(c.env.ENABLE_ANOTHER_WORKER) || anotherWorkerList.length === 0) {
console.log(`another worker disabled or anotherWorkerList is empty`);
return;
}