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

add status and stop endpoints to node server #201

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 62.50% and project coverage change: -0.05 :warning:

Comparison is base (2c1b9fc) 73.01% compared to head (da85b1a) 72.96%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #201 +/- ## ========================================== - Coverage 73.01% 72.96% -0.05% ========================================== Files 59 59 Lines 2253 2260 +7 ========================================== + Hits 1645 1649 +4 - Misses 608 611 +3 ``` | [Impacted Files](https://app.codecov.io/gh/launchflow/buildflow/pull/201?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [buildflow/core/node/server.py](https://app.codecov.io/gh/launchflow/buildflow/pull/201?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvbm9kZS9zZXJ2ZXIucHk=) | `68.57% <62.50%> (-2.86%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.