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 conflicts when aborting the pipeline #287

Merged

Conversation

eaviles
Copy link
Member

@eaviles eaviles commented Feb 4, 2020

The timer inside a pipeline that ensures data is timely coming from AWS would abort a subsequent request by mistake. Also, aborting a request with the latest Got module wasn't really working properly as the pipeline would stay open.

This fixes #216

@codecov
Copy link

codecov bot commented Feb 4, 2020

Codecov Report

Merging #287 into develop will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #287   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           18     18           
  Lines         1327   1340   +13     
  Branches       181    183    +2     
======================================
+ Hits          1327   1340   +13
Impacted Files Coverage Δ
lib/fan-out-consumer.js 100% <100%> (ø) ⬆️

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 16a7f74...33b9ec0. Read the comment docs.

@jennyEckstein jennyEckstein merged commit 32d20d5 into develop Feb 5, 2020
@jennyEckstein jennyEckstein deleted the bugfix/enhanced-consumers-stop-receiving-records branch February 5, 2020 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Consumer stops responding after heavy load
2 participants