Queue seems to be running exactly at queueGap in hours rather than queueGap plus one as intended
jmlwhittington opened this issue · 1 comments
jmlwhittington commented
Unsure how this is happening according to code. Waiting to see if it happens again. If it does, I will not change code but merely change readme and config to reflect this (queueGap = gap, not queueGap = gap - 1). It will actually be more simply explained this way, but it was still not intended.
jmlwhittington commented
Identified issue. When Seek is ran again after duplicate discovered, it increments queueGap twice in an hour. Fixing this and pushing hotfix.