Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Sep 6, 2023
1 parent e800440 commit 339be14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ You should be able to start [celery](https://docs.celeryq.dev/en/stable/getting-

- Start for default queue
```
celery --app API.api_worker worker --loglevel=INFO --queue="raw_default"
celery --app API.api_worker worker --loglevel=INFO --queues="raw_default"
```
- Start for recurring queue
```
celery --app API.api_worker worker --loglevel=INFO --queue="recurring_queue"
celery --app API.api_worker worker --loglevel=INFO --queues="recurring_queue"
```

Set no of request that a worker can take at a time by using --concurrency
Expand Down

0 comments on commit 339be14

Please sign in to comment.