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

Add an Event parameter to PubSubWorkerThread and run_in_thread so #1195

Merged
merged 4 commits into from
Jul 28, 2019

Conversation

trulede
Copy link
Contributor

@trulede trulede commented Jul 18, 2019

that the PubSubWorkerThread can be reliably stopped.

The existing mechanism is left in place so that there is no API change.

Pull Request check-list

Please make sure to review and check all of these items:

  • Does $ python setup.py test pass with this change (including linting)?
  • Does travis tests pass with this change (enable it first in your forked repo and wait for the travis build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

Description of change

Please let me know what you think of the change. If I should make any other adjustments or tests. I don't mind to rework the Class and API further, but did not want introduce any significant changes.

#1194

that the PubSubWorkerThread can be reliably stopped.

The existing mechanism is left in place so that there is no API change.
@codecov-io
Copy link

codecov-io commented Jul 18, 2019

Codecov Report

Merging #1195 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1195   +/-   ##
=======================================
  Coverage   92.39%   92.39%           
=======================================
  Files          20       20           
  Lines        5669     5669           
=======================================
  Hits         5238     5238           
  Misses        431      431
Impacted Files Coverage Δ
redis/client.py 85.7% <0%> (ø) ⬆️

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 088c0ab...06bb1da. Read the comment docs.

@andymccurdy andymccurdy merged commit 6ce11f1 into redis:master Jul 28, 2019
@andymccurdy
Copy link
Contributor

Thanks!

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.

None yet

3 participants