diff --git a/README.md b/README.md index f464e74..d6ad480 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,8 @@ task.scheduled = True response = worker.queue(task) ``` +## Setting Task Priority + You can specify priority of the task using `priority` field: ```python