Jobs queue bottlenecks #13749
Unanswered
maicolsantos
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’ve been working with Payload CMS 3 and set up some jobs to schedule and process content. However, I’ve noticed that some jobs aren’t being deleted and are instead piling up in the payload-jobs collection, even though I’m using the deleteJobOnComplete: true option.
I have a pretty large project with over 200k posts, and right now I’m also sitting at around 200k accumulated jobs. What’s strange is that the jobs are definitely running successfully, I can see the processed content as expected but for some reason, they’re just not being cleared out.
Has anyone else experienced this, or does anyone know what might be going wrong?
Beta Was this translation helpful? Give feedback.
All reactions