Do some connection pooling.

This prevents exhaustion of connections and also
has some performance benefits.
This commit is contained in:
2026-05-01 21:29:04 +01:00
parent aae997fc41
commit 13b82d66c6
4 changed files with 83 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "slingshot-microservice"
version = "0.1.4"
version = "0.1.5"
description = "Opinionated Rust framework for queue-driven microservices"
license = { text = "MIT" }
requires-python = ">=3.8"