Austin Bonander

Results 88 issues of Austin Bonander

This way, if the `acquire()` call is cancelled or times out, the connection can still go through. The connection task should have its own separate timeout, possibly surfaced as `PoolOptions::connect_timeout()`....

enhancement
good first issue
E-medium
pool

### What would you like added? When a containerized job pod using `containerMode: kubernetes` fails to start, all we get is an error like this: ``` Error: Pod failed to...

enhancement
needs triage
community

In our Flow projects we're employing a fail-fast approach during development but fail-safe approach in production by having asserts that throw with a debug flag but simply log when that...

feature request

fixes #3150 fixes #3581 fixes #3591 TODO: - [x] Regression test # Breaking Change Strictly speaking, this is a breaking change because it adds the `DB` type parameter to all...

breaking

Created this example to add to #3383, but it won't compile until a new version of `jiff-sqlx` is released targeting 0.9.0 because Cargo won't unify the crates.io version of `sqlx`,...

This is a friendly warning that the `TransactionManager` trait currently being used by this crate will no longer be re-exported by SQLx in the `0.9.0` release. Reposting the discussion in...

We have a desire to limit the amount of bandwidth used for a given peer in both directions, but by the nature of the application, we can't decide that limit...