Skip to content

Commit

Permalink
update example rq command to not include old queues
Browse files Browse the repository at this point in the history
  • Loading branch information
nattvara committed Apr 23, 2023
1 parent 3fbcca9 commit f543f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" --name open
Start a queue worker.

```bash
rq worker --with-scheduler --url='redis://:@localhost:6379' default download extract transcribe summarise monitoring approval metadata image image_questions image image_metadata classifications
rq worker --with-scheduler --url='redis://:@localhost:6379' default download extract transcribe summarise monitoring approval metadata image image_metadata classifications
rq worker --with-scheduler --url='redis://:redis@localhost:6379' gpt # gpt queue must run on at least one separate worker
```

Expand Down

0 comments on commit f543f57

Please sign in to comment.