Skip to content

Commit

Permalink
Fix cleanup command
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Apr 26, 2024
1 parent 2bafad3 commit 30e877c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cleanup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ delete from ${escapedWorkerSchema}._private_job_queues job_queues
where locked_at is null and id not in (
select job_queue_id
from ${escapedWorkerSchema}._private_jobs jobs
where job_queue_id is not null
);`,
);
}
Expand Down

0 comments on commit 30e877c

Please sign in to comment.