launchflow / buildflow

BuildFlow, is an open source framework for building large scale systems using Python. All you need to do is describe where your input is coming from and where your output should be written, and BuildFlow handles the rest. No configuration outside of the code is required.
https://docs.launchflow.com/buildflow
Apache License 2.0
193 stars 7 forks source link

update replica gauge for endpoint and collectors #341

Open boetro opened 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

Attention: 22 lines in your changes are missing coverage. Please review.

Comparison is base (a899c7b) 74.65% compared to head (c7c8e56) 74.51%.

Files Patch % Lines
...tors/collector_pattern/receive_process_push_ack.py 12.50% 7 Missing :warning:
...actors/endpoint_pattern/receive_process_respond.py 12.50% 7 Missing :warning:
...runtime/actors/collector_pattern/collector_pool.py 20.00% 4 Missing :warning:
...p/runtime/actors/endpoint_pattern/endpoint_pool.py 20.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #341 +/- ## ========================================== - Coverage 74.65% 74.51% -0.15% ========================================== Files 168 168 Lines 7561 7581 +20 ========================================== + Hits 5645 5649 +4 - Misses 1916 1932 +16 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.