refactor: increase buffer limit for TasksBuffer to 1000

This commit is contained in:
2025-08-17 12:10:45 +03:00
parent 4967275d0b
commit 0eb3c49c4e
5 changed files with 1304 additions and 0 deletions

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.13

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM ubuntu:latest
LABEL authors="admin"
ENTRYPOINT ["top", "-b"]

0
README.md Normal file
View File

25
pyproject.toml Normal file
View File

@@ -0,0 +1,25 @@
[project]
name = "sipro-stocks"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiohttp[speedups]>=3.12.15",
"alembic>=1.16.4",
"asyncpg>=0.30.0",
"celery[librabbitmq,redis]>=5.5.3",
"fastapi>=0.116.1",
"gevent>=25.5.1",
"gunicorn>=23.0.0",
"pydantic>=2.11.7",
"pyjwt>=2.10.1",
"python-dotenv>=1.1.1",
"redis[hiredis]>=5.2.1",
"sqlalchemy[asyncio]>=2.0.43",
"taskiq-aio-pika==0.4.2",
"taskiq-fastapi==0.3.5",
"taskiq-pipelines>=0.1.4",
"taskiq==0.11.17",
"uvicorn[standard]>=0.35.0",
]

1274
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff