Skip to content

Commit 64c53fd

Browse files
committed
chore: drop packages
1 parent 2bdfb14 commit 64c53fd

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

docker-compose.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,14 @@ services:
127127
build:
128128
context: .
129129
dockerfile: Dockerfile
130-
command: ["taskiq", "scheduler", "${PROJ_NAME}.broker:scheduler"]
130+
command:
131+
[
132+
"taskiq",
133+
"worker",
134+
"--reload",
135+
"--fs-discover",
136+
"${PROJ_NAME}.broker:broker",
137+
]
131138
env_file:
132139
- .env.development
133140
restart: unless-stopped

src/poetry.lock

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ taskiq-aio-pika = "^0.4.0"
4040
taskiq-fastapi = "^0.3.0"
4141
taskiq-redis = "^0.4.0"
4242
pydantic-settings = "^2.0.2"
43-
pyhumps = "^3.8.0"
4443
certifi = "^2023.7.22"
4544
taskiq-dependencies = "^1.3.1"
4645
pydantic = "^2.1.1"

0 commit comments

Comments
 (0)