Job is still there after processing
See original GitHub issueMy configs
defaultJobOptions: { removeOnComplete: true, removeOnFail: true, },
I have jobs that take around 5 minutes and I have 15 minutes lock duration. when debugged the state at first the job lock remained for some time then the lock was removed and the job was still there on Redis with the following key-value
processedOn: 1622804032898 opts: {"attempts":0,"delay":0,"removeOnComplete":true,"removeOnFail":true} timestamp: 1622804032896 priority: 0 name processData delay: 0 data: {id: 123124124}
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (6 by maintainers)
Top Results From Across the Web
What Does It Mean When the HR Status Is in Progress?
If the status is marked “in progress,” this means the application is still being considered and is in one of several stages of...
Read more >What To Expect at Every Stage of the Hiring Process - Indeed
If you're looking for a new job, it can help to understand the job search process. In this article, we explain the different...
Read more >What does it mean if a job posting disappeared but ... - Quora
It means they don't want more applications or no longer want to pay for the posting. Now they're likely heading into the interview...
Read more >So You Haven't Heard Back After a Job Interview…
When looking for jobs, it's not uncommon to not hear back after applying — for weeks or at all — even if you...
Read more >Job flow through the system - IBM
Generally speaking, a job goes through the following phases: Input; Conversion; Processing; Output; Print/punch (hard copy); Purge.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@ujwaldhakal you should provide a standalone test case that we can run to reproduce the issue.
@ujwaldhakal If I run that code I will get errors.