refactor: increase buffer limit for TasksBuffer to 1000
This commit is contained in:
1
.python-version
Normal file
1
.python-version
Normal file
@@ -0,0 +1 @@
|
||||
3.13
|
||||
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM ubuntu:latest
|
||||
LABEL authors="admin"
|
||||
|
||||
ENTRYPOINT ["top", "-b"]
|
||||
25
pyproject.toml
Normal file
25
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user