jeffcarrico

Results 9 comments of jeffcarrico

I'm at the same point as @jacobdanovitch in https://github.com/PrefectHQ/prefect/issues/5853#issuecomment-1147655272 only I'm struggling to get my code to work by making everything async and awaiting. That is probably due to my...

@madkinsz it looks like #7319 is on track to resolve `RuntimeError: The task runner is already started!` in a clean way. I've opened another issue (#7322) to capture the discussion...

Thank you very much! Will follow the interface issue.

@zzstoatzz Yes pydantic is 2.11.4 Two more pieces of information: 1. The server has PREFECT_RESULTS_PERSIST_BY_DEFAULT=true with a PREFECT_DEFAULT_RESULT_STORAGE_BLOCK configured 2. This is the log when the flow completes successfully but...

I just tested with `@flow(persist_result=False)` and got the crash on startup scenario I showed the log for in the OP so I don't think results persistence is related

Does not work for when building arm lambda function from an x86 host because aws-lambda-builders is not figuring out the `--platform` correctly (should be `manylinux_2_28_aarch64`) for this scenario. Building an...

I think it is still happening, ran the MCVE below with 2.8.2. The documentation is > root_path: Path prefix for requests. If the documentation on root_path is wrong and it...

prefect-aws 0.5.11 just came out and this fixed the issue for me, thank you!