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

fix rare edge case where we try to start two ray serve instances at the same time #264

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 10.00% and project coverage change: -0.20% :warning:

Comparison is base (67effb3) 76.89% compared to head (f2e38ac) 76.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #264 +/- ## ========================================== - Coverage 76.89% 76.70% -0.20% ========================================== Files 160 160 Lines 6004 6022 +18 ========================================== + Hits 4617 4619 +2 - Misses 1387 1403 +16 ``` | [Files Changed](https://app.codecov.io/gh/launchflow/buildflow/pull/264?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [...tors/collector\_pattern/receive\_process\_push\_ack.py](https://app.codecov.io/gh/launchflow/buildflow/pull/264?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL3J1bnRpbWUvYWN0b3JzL2NvbGxlY3Rvcl9wYXR0ZXJuL3JlY2VpdmVfcHJvY2Vzc19wdXNoX2Fjay5weQ==) | `29.12% <10.00%> (-1.73%)` | :arrow_down: | | [...actors/endpoint\_pattern/receive\_process\_respond.py](https://app.codecov.io/gh/launchflow/buildflow/pull/264?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL3J1bnRpbWUvYWN0b3JzL2VuZHBvaW50X3BhdHRlcm4vcmVjZWl2ZV9wcm9jZXNzX3Jlc3BvbmQucHk=) | `31.91% <10.00%> (-2.21%)` | :arrow_down: |

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