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
190 stars 7 forks source link

add some tuning to autoscaler to handle case where we're not processing data #313

Closed boetro closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (0882b01) 77.37% compared to head (19174fa) 74.86%. Report is 2 commits behind head on main.

Files Patch % Lines
...l/strategies/file_change_stream_strategies_test.py 10.00% 9 Missing :warning:
end_to_end_tests/collector_test.py 86.11% 5 Missing :warning:
end_to_end_tests/consumer_test.py 83.33% 5 Missing :warning:
end_to_end_tests/endpoint_test.py 88.63% 5 Missing :warning:
...ntime/actors/consumer_pattern/pull_process_push.py 20.00% 4 Missing :warning:
buildflow/core/app/runtime/actors/runtime_test.py 92.68% 3 Missing :warning:
buildflow/core/app/runtime/fastapi.py 0.00% 3 Missing :warning:
buildflow/dependencies/base.py 93.75% 3 Missing :warning:
buildflow/core/app/runtime/actors/runtime.py 50.00% 2 Missing :warning:
buildflow/io/gcp/bigquery_pulumi_test.py 95.83% 2 Missing :warning:
... and 4 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #313 +/- ## ========================================== - Coverage 77.37% 74.86% -2.52% ========================================== Files 168 168 Lines 7453 7456 +3 ========================================== - Hits 5767 5582 -185 - Misses 1686 1874 +188 ```

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