From f950b96cfbdcd9a37f05f2fd45f846f16ef7db46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20K=C3=B6ssler?= Date: Tue, 24 Sep 2024 14:31:10 +0200 Subject: [PATCH] fix: pyinfra config --- config/pyinfra.toml | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/pyinfra.toml b/config/pyinfra.toml index 7131875..3e99ed5 100644 --- a/config/pyinfra.toml +++ b/config/pyinfra.toml @@ -1,4 +1,7 @@ +[asyncio] +max_concurrent_tasks = 10 + [dynamic_tenant_queues] enabled = true diff --git a/pyproject.toml b/pyproject.toml index e8a04f1..d921782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "image-classification-service" -version = "2.13.0" +version = "2.14.0" description = "" authors = ["Team Research "] readme = "README.md"