Chris White

Results 161 comments of Chris White

Yea that sounds good - if you're open to it, I'll make a PR to 3.0 for this and tag you as a reviewer @Samreay; thanks for working with us...

This was addressed in https://github.com/PrefectHQ/prefect/pull/15070 and in https://github.com/PrefectHQ/prefect/pull/15188 for 3.0.

why didn't the labeler job run on this PR? ...

The pedantic side of me worries that `str(value)[:N]` will still have client-side edge cases with performance in actually computing the string and I tend to avoid optimizing for display (instead...

Yea, I agree these logs should be filtered out; for the sake of understanding the use of `griffe` here, this isn't being used for linting. It's used to parse the...

> Interestingly, the runtime of my MAIN_EXECUTION flow was reduced from nearly 3 hours to 1 hour after truncating the tables. The good news for this is that 3.0 avoids...

I believe this was fixed in 3.2.14 - let us know if that's not the case though.

I haven't been able to recreate yet with `.serve` or `prefect deploy`; @nspcc-cm could you try to come up with a minimal reproducible example that we can run on our...

Try setting `ignore_startup_parameters=jit` in your PGBouncer `configuration.ini` file as described here: https://www.pgbouncer.org/config.html. Let me know if that does the trick!

To resolve this, we are going to look into exposing one or more [Prefect settings](https://docs.prefect.io/3.0/manage/settings-and-profiles) that allow you to toggle the `jit` connection kwarg. We'll add this to both 2.x...