Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix requeue logic in processor #170

Merged
merged 1 commit into from
Jun 13, 2020
Merged

Fix requeue logic in processor #170

merged 1 commit into from
Jun 13, 2020

Conversation

hibiken
Copy link
Owner

@hibiken hibiken commented Jun 13, 2020

Closes #90

@codecov
Copy link

codecov bot commented Jun 13, 2020

Codecov Report

Merging #170 into master will decrease coverage by 0.06%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #170      +/-   ##
==========================================
- Coverage   84.09%   84.03%   -0.07%     
==========================================
  Files          16       16              
  Lines        1610     1597      -13     
==========================================
- Hits         1354     1342      -12     
+ Misses        173      172       -1     
  Partials       83       83              
Impacted Files Coverage Δ
internal/base/base.go 91.93% <ø> (ø)
internal/rdb/rdb.go 74.39% <ø> (+1.13%) ⬆️
processor.go 90.47% <66.66%> (-0.77%) ⬇️
syncer.go 93.33% <0.00%> (-6.67%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ade6e61...126f0b4. Read the comment docs.

@hibiken hibiken merged commit 7f30fa2 into master Jun 13, 2020
@hibiken hibiken deleted the fix/requeue branch June 13, 2020 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Same task received/processed by more than one worker
1 participant