Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix: bind autopush_rs to all interfaces to match python #1137

Merged
merged 1 commit into from
Feb 16, 2018
Merged

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Feb 16, 2018

cleanup instance id or hostname used for logging/metrics and duplicate
some of that setup in rust (which'll eventually need it anyway)

some mypy fixes, update to cadence release

Closes #1113

cleanup instance id or hostname used for logging/metrics and duplicate
some of that setup in rust (which'll eventually need it anyway)

some mypy fixes, update to cadence release

Closes #1113
@codecov-io
Copy link

codecov-io commented Feb 16, 2018

Codecov Report

Merging #1137 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1137      +/-   ##
==========================================
+ Coverage   99.76%   99.76%   +<.01%     
==========================================
  Files          60       60              
  Lines        9924     9925       +1     
==========================================
+ Hits         9901     9902       +1     
  Misses         23       23
Impacted Files Coverage Δ
autopush/memusage.py 92.72% <ø> (ø) ⬆️
autopush/main.py 89.93% <ø> (-0.25%) ⬇️
autopush/db.py 100% <100%> (ø) ⬆️
autopush/tests/test_utils.py 100% <100%> (ø) ⬆️
autopush/utils.py 100% <100%> (ø) ⬆️
autopush/logging.py 100% <100%> (ø) ⬆️
autopush/config.py 100% <100%> (ø) ⬆️
autopush/metrics.py 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 12cba1a...b53a005. Read the comment docs.

@bbangert bbangert merged commit be1a91c into master Feb 16, 2018
@bbangert bbangert deleted the fix/1113 branch February 16, 2018 17:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure autopush_rs port binds to 0.0.0.0
4 participants