Skip to content

Commit 5ef1dd5

Browse files
committed
Improved documentation
1 parent ef25259 commit 5ef1dd5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,14 @@ Jobs have a `state` field which can have one of the following values:
5959

6060
For debugging/development purposes, a simple management command is supplied to create jobs:
6161

62-
manage.py create_job <job_name> --workspace '{"key": "value"}'
62+
manage.py create_job <job_name> --queue_name 'my_queue_name' --workspace '{"key": "value"}'
6363

6464
The `workspace` flag is optional. If supplied, it must be a valid JSON string.
6565

66+
`queue_name` is optional and defaults to `default`
67+
6668
To start a worker:
6769

68-
manage.py worker
70+
manage.py worker [queue_name]
71+
72+
`queue_name` is optional, and will default to `default`

0 commit comments

Comments
 (0)