Replies: 1 comment 2 replies
|
hey @batchor, we migth need a reproducible or a complete test case. Queue and worker configuration would help too |
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
My completed jobs seem to be automatically remove even with
removeOnComplete: { age: 3600 }.The results of
getJobCountsinclude onlyactiveandprioritizedjobs.I print the results of
getJobCounts()immediately after adding the job into a Queue,and the results only include numbers
activeandprioritizedjobs. 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.
All reactions