Make a fix for common queue timeout issue.

This commit is contained in:
Seán Healy
2026-05-28 02:34:55 +01:00
parent c823a73bc4
commit 0f0a1058e3
4 changed files with 9 additions and 3 deletions

View File

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