Navigation Menu

Skip to content

Commit

Permalink
move priority to separate paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
pyeremenko committed Feb 25, 2014
1 parent a7791b4 commit 70c4903
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -145,6 +145,8 @@ task.scheduled = True
response = worker.queue(task) response = worker.queue(task)
``` ```


## Setting Task Priority

You can specify priority of the task using `priority` field: You can specify priority of the task using `priority` field:


```python ```python
Expand Down

0 comments on commit 70c4903

Please sign in to comment.