buildflow icon indicating copy to clipboard operation
buildflow copied to clipboard

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 BuildF...

Results 38 buildflow issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Sometimes a child resource will fail to create (such as a CloudSQL Instance) but the buildflow parent resource we wrap it in will still be "created", this...

**Describe the bug** If you use [ray metrics](https://docs.ray.io/en/latest/ray-observability/user-guides/add-app-metrics.html#application-level-metrics) inside of a processor the metrics do not get properly exported. I think this is cause ray deregisters metrics when they get...

**Is your feature request related to a problem? Please describe.** Need access to http headers inside of an endpoint or collector. Right now the best / only way to do...

enhancement

Hey guys, love your work :) I'm trying to figure out how can I allocate the relevant resources for each flow. For example: I would like to allocate for a...

enhancement
runner

note: This temp PR does not include the needed changes to the autoscaler, so memory and gpu requirements will not be factored into any of the autoscale events.