We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69a0a2 commit c9ebec6Copy full SHA for c9ebec6
apps/worker/src/jobs/cron.delete-projects.ts
@@ -54,7 +54,7 @@ export async function deleteProjects(job: Job<CronQueuePayload>) {
54
await ch.command({
55
query,
56
clickhouse_settings: {
57
- lightweight_deletes_sync: 0,
+ lightweight_deletes_sync: '0',
58
},
59
});
60
}
0 commit comments