Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ensure deleteJobOnComplete property for jobs works #9283

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

r1tsuu
Copy link
Member

@r1tsuu r1tsuu commented Nov 17, 2024

Ensures that the deleteJobOnComplete (which is true by default) property works properly

@r1tsuu r1tsuu changed the title fix: ensure deleteJobOnComplete: true works fix: ensure deleteJobOnComplete property for jobs works Nov 17, 2024
Comment on lines +225 to +228
collection: 'payload-jobs',
req,
where: { id: { in: jobsToDelete } },
})
Copy link
Member Author

@r1tsuu r1tsuu Nov 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to batch that delete by 100 or something, I guess that's in memory db issue
image

@denolfe denolfe removed the v3 label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants