You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/twenty-server/src/engine/workspace-manager/workspace-cleaner/commands/clean-inactive-workspaces.command.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ export type CleanInactiveWorkspacesCommandOptions = {
Copy file name to clipboardExpand all lines: packages/twenty-server/src/engine/workspace-manager/workspace-cleaner/crons/clean-inactive-workspace.job.ts
-2
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,6 @@ type WorkspaceToDeleteData = {
29
29
daysSinceInactive: number;
30
30
};
31
31
32
-
// TODO: Special case with two queues, is it working ?
Copy file name to clipboardExpand all lines: packages/twenty-server/src/modules/connected-account/auto-companies-and-contacts-creation/jobs/create-company-and-contact.job.ts
-2
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,7 @@ export type CreateCompanyAndContactJobData = {
12
12
}[];
13
13
};
14
14
15
-
// TODO: Was used on two queues previously, is it working ?
0 commit comments