Skip to content

Commit 8555f5d

Browse files
committed
Document the new flag
1 parent c536841 commit 8555f5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,10 @@ The `workspace` flag is optional. If supplied, it must be a valid JSON string.
181181

182182
To start a worker:
183183

184-
manage.py worker [queue_name]
184+
manage.py worker [queue_name] [--rate_limit]
185185

186-
`queue_name` is optional, and will default to `default`
186+
- `queue_name` is optional, and will default to `default`
187+
- The `--rate_limit` flag is optional, and will default to `1`. It is the minimum number of seconds that must have elapsed before a subsequent job can be run.
187188

188189
## Testing
189190

0 commit comments

Comments
 (0)