Jonas Miederer
Results
2
issues of
Jonas Miederer
Currently the disabled tracing URLs are checked by testing whether [the path starts with one of the provided excludelist paths](https://github.com/census-instrumentation/opencensus-python/blob/master/opencensus/trace/utils.py#L45) However if I want to exclude the root (/) from...
## Current behavior Sometimes we are running flows with large input ( > 1 mb). These flow runs fail due to the size check in [GraphQL](https://github.com/PrefectHQ/server/blob/master/src/prefect_server/graphql/states.py#L29), which is capped to...
enhancement