hi everybody! when running a flow via function call, is there a way to move prefect client<>api communication off the critical path? I think this is a fairly common approach to telemetry-like data, e.g. open telemetry exports+collectors
I know there are some API calls that would need to remain in-band (eg. validation) but the majority look like they don't need to be holding up the function from executing