Mitch
10/23/2024, 7:26 PMMarvin
10/23/2024, 7:26 PMPoolTimeout
. (Issue Link)
2. Concurrency and Parallel Flow Runs: Prefect does not fully support running multiple concurrent flow runs of the same flow in certain environments, and this might cause unexpected behavior when dealing with multi-threading or multi-processing. (Issue Link)
3. Flow Deployment Issues: There were issues with flows stuck in a pending state when deploying them as part of certain modules, which might hint at problems with the deployment and flow execution process. (Issue Link)
4. Subflow Submission: There were proposals to add ways for subflows to operate more efficiently, including running in the background. Some difficulties in this area might influence how large batches are handled. (Issue Link)
To better investigate and potentially resolve your issue, you might want to follow the discussion and resolution updates on these issues, or consider reaching out on the Prefect community forums or opening a new issue if your problem persists. You can find those issues on GitHub using the provided links.Nate
10/23/2024, 7:27 PMMitch
10/23/2024, 7:29 PMNate
10/23/2024, 7:29 PMMitch
10/23/2024, 7:31 PMNate
10/23/2024, 7:32 PMMitch
10/23/2024, 7:32 PMNate
10/23/2024, 7:33 PMThe objects in s3 don't match the number of flowsso your flows have a side affect that writes to s3? and you're using that fact as a proxy for whether or not the flow "happened"?
Mitch
10/23/2024, 7:33 PMMitch
10/23/2024, 7:35 PMMitch
10/23/2024, 7:35 PMNate
10/23/2024, 7:36 PM