syncstorage-rs icon indicating copy to clipboard operation
syncstorage-rs copied to clipboard

Adapt PoolState to deadpool

Open data-sync-user opened this issue 3 months ago • 0 comments

The PoolState type returned by DbPool::state is based off r2d2::State. After switching to diesel-async we’ll have switched to deadpool for all db pools' implementations.

We might want to consider renaming statestatus (after deadpool::Status) and adapting the struct field names to deadpool’s names/types as well.

Putting this in the cleanup epic for now but we might move it elsewhere (to do later).

┆Issue is synchronized with this Jira Task

data-sync-user avatar Sep 24 '25 00:09 data-sync-user