[07:38:52] I figured out how to set up Toolforge policy compliant connection pooling in Rust projects w/ Rocket: https://gitlab.wikimedia.org/toolforge-repos/rust-hello-world/-/merge_requests/2 [07:39:39] mostly it's nice because instead of having the max_connections_limit error bubble up to the user, it properly waits until a connection slot is open [09:02:53] that is awesome! [09:04:53] I think it would be really useful for people that want to use rust :), if/when you think it works well, would you mind adding it to the rust docs? (https://wikitech.wikimedia.org/wiki/Help:Toolforge/Rust) [09:13:56] dcaro: yep! the repo I linked, rust-hello-world, is the git version of https://wikitech.wikimedia.org/wiki/Help:Toolforge/My_first_Rust_tool [09:14:11] but the general Rust page definitely needs a database access section [09:14:45] (just waiting for enterprisey to review the MR) [09:23:20] thanks legoktm that looks really good! can you also mention in the crate docs here? https://wikitech.wikimedia.org/wiki/User:Legoktm/toolforge_library [09:23:32] *mention it [09:37:45] oh heh, I forgot about that page [09:37:47] yeah