Skip to content

levysam/bull-bug-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bull-bug-scripts

Steps to reproduce the bug

  1. run index.js to add some jobs in test queue.
  2. run worker.js to fail all jobs in queue, and stop it :).
  3. run index.js to add some jobs in test queue.
  4. run pause.js to pause queue.
  5. run retry.js to retry jobs (expected send failed jobs to paused status, jobs go to waiting).
  6. at this point you have jobs in waiting status, jobs in paused status and queue is in paused status.
  7. run resume.js to resume the queue (jobs in waiting status stay on redis but they are stucked).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published