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: better handle actor failures #214

Closed boetro closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 55.04% and project coverage change: +0.07 :tada:

Comparison is base (e0f5d72) 71.80% compared to head (7a1ced5) 71.87%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #214 +/- ## ========================================== + Coverage 71.80% 71.87% +0.07% ========================================== Files 75 75 Lines 2536 2610 +74 ========================================== + Hits 1821 1876 +55 - Misses 715 734 +19 ``` | [Impacted Files](https://app.codecov.io/gh/launchflow/buildflow/pull/214?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow) | Coverage Δ | | |---|---|---| | [buildflow/core/app/runtime/metrics.py](https://app.codecov.io/gh/launchflow/buildflow/pull/214?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL3J1bnRpbWUvbWV0cmljcy5weQ==) | `69.14% <ø> (ø)` | | | [...p/runtime/actors/pipeline\_pattern/pipeline\_pool.py](https://app.codecov.io/gh/launchflow/buildflow/pull/214?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL3J1bnRpbWUvYWN0b3JzL3BpcGVsaW5lX3BhdHRlcm4vcGlwZWxpbmVfcG9vbC5weQ==) | `43.83% <13.33%> (-5.35%)` | :arrow_down: | | [buildflow/core/app/runtime/actors/runtime.py](https://app.codecov.io/gh/launchflow/buildflow/pull/214?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL3J1bnRpbWUvYWN0b3JzL3J1bnRpbWUucHk=) | `31.53% <20.00%> (+1.63%)` | :arrow_up: | | [buildflow/core/app/runtime/actors/process\_pool.py](https://app.codecov.io/gh/launchflow/buildflow/pull/214?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL3J1bnRpbWUvYWN0b3JzL3Byb2Nlc3NfcG9vbC5weQ==) | `39.56% <25.00%> (+0.85%)` | :arrow_up: | | [...ldflow/core/io/gcp/strategies/pubsub\_strategies.py](https://app.codecov.io/gh/launchflow/buildflow/pull/214?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vZ2NwL3N0cmF0ZWdpZXMvcHVic3ViX3N0cmF0ZWdpZXMucHk=) | `51.32% <60.00%> (-0.53%)` | :arrow_down: | | [buildflow/core/app/runtime/actors/runtime\_test.py](https://app.codecov.io/gh/launchflow/buildflow/pull/214?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvYXBwL3J1bnRpbWUvYWN0b3JzL3J1bnRpbWVfdGVzdC5weQ==) | `96.51% <95.45%> (+3.65%)` | :arrow_up: | | [...dflow/core/io/local/strategies/pulse\_strategies.py](https://app.codecov.io/gh/launchflow/buildflow/pull/214?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvaW8vbG9jYWwvc3RyYXRlZ2llcy9wdWxzZV9zdHJhdGVnaWVzLnB5) | `84.00% <100.00%> (ø)` | | | [buildflow/core/options/runtime\_options.py](https://app.codecov.io/gh/launchflow/buildflow/pull/214?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=launchflow#diff-YnVpbGRmbG93L2NvcmUvb3B0aW9ucy9ydW50aW1lX29wdGlvbnMucHk=) | `100.00% <100.00%> (ø)` | |

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