Skip to content

Commit fd906cf

Browse files
fix docker-compose.yml and README.md
1 parent a922475 commit fd906cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ If you are using `docker compose`, the worker is already running.
12931293
If you are doing it from scratch, run while in the `root` folder:
12941294

12951295
```sh
1296-
poetry run arq src.app.worker.WorkerSettings
1296+
poetry run arq src.app.core.worker.settings.WorkerSettings
12971297
```
12981298

12991299
### 5.11 Rate Limiting
@@ -1474,7 +1474,7 @@ poetry run uvicorn src.app.main:app --reload
14741474
And for the worker:
14751475

14761476
```sh
1477-
poetry run arq src.app.worker.WorkerSettings
1477+
poetry run arq src.app.core.worker.settings.WorkerSettings
14781478
```
14791479

14801480
## 6. Running in Production

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
build:
2626
context: .
2727
dockerfile: Dockerfile
28-
command: arq app.worker.WorkerSettings
28+
command: arq app.core.worker.settings.WorkerSettings
2929
env_file:
3030
- ./src/.env
3131
depends_on:

0 commit comments

Comments
 (0)