Replies: 1 comment 2 replies
-
hey @batchor, we migth need a reproducible or a complete test case. Queue and worker configuration would help too |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My completed jobs seem to be automatically remove even with
removeOnComplete: { age: 3600 }
.The results of
getJobCounts
include onlyactive
andprioritized
jobs.I print the results of
getJobCounts()
immediately after adding the job into a Queue,and the results only include numbers
active
andprioritized
jobs. The number of all other kind of jobs are zero.Here is my code:
Worker
Queue
I keep adding jobs to the Queue and printing the results of
getJobCounts
.The results include ONLY prioritized and active jobs with non-zero counts, all other jobs are zero.
Beta Was this translation helpful? Give feedback.
All reactions