diff --git a/services/process/src/main.ts b/services/process/src/main.ts index 02a8e789d06..f1df7cbdf8d 100644 --- a/services/process/src/main.ts +++ b/services/process/src/main.ts @@ -69,6 +69,7 @@ import { createCollaboratorClient } from './collaborator' const activeExecutions = new Set>() export async function messageHandler (record: ProcessMessage, ws: WorkspaceUuid, ctx: MeasureContext): Promise { + if (record.account === core.account.ConfigUser) return try { const client = new TxOperations(await getClient(ws), record.account) try {