fix(server): wrong queue options for worker executor (#10267)

This commit is contained in:
liuyi
2025-02-19 12:44:23 +08:00
committed by GitHub
parent 320875425c
commit 294002101d
3 changed files with 11 additions and 3 deletions

View File

@@ -106,6 +106,7 @@ export class PgWorkspaceDocStorageAdapter extends DocStorageAdapter {
{
// keep it simple to let all update merged in one job
jobId: `doc:merge-pending-updates:${workspaceId}:${docId}`,
delay: 30 * 1000 /* 30s */,
}
);
turn++;