panoptes / panoptes-utils

A set of Astronomical utility functions. PANOPTES style. :hammer_and_wrench: :telescope: :stars:
https://panoptes-utils.readthedocs.io
MIT License
4 stars 9 forks source link

Config server port fix. #290

Closed wtgee closed 2 years ago

wtgee commented 2 years ago

Allow config server to properly run on different port by fixing the server_is_running heartbeat check.

Also removes support for the PANOPTES_CONFIG_FILE env var.

codecov[bot] commented 2 years ago

Codecov Report

Merging #290 (45d7cc2) into develop (d6714aa) will decrease coverage by 0.01%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #290      +/-   ##
===========================================
- Coverage    75.79%   75.78%   -0.02%     
===========================================
  Files           26       26              
  Lines         1793     1792       -1     
===========================================
- Hits          1359     1358       -1     
  Misses         434      434              
Impacted Files Coverage Δ
src/panoptes/utils/config/client.py 100.00% <ø> (ø)
src/panoptes/utils/config/cli.py 48.14% <50.00%> (ø)
src/panoptes/utils/config/server.py 39.23% <100.00%> (-0.47%) :arrow_down:

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 d6714aa...45d7cc2. Read the comment docs.