Skip to content

Commit

Permalink
Add doc about get_job_result(). #72
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvinus committed Feb 11, 2015
1 parent a729d64 commit 794884a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ Queues multiple jobs at once. Returns a list of IDs of the jobs.

Queues multiple jobs at once on a [raw queue](queues.md#raw-queues). The queued jobs have no IDs on a raw queue so this function has no return.

* `get_job_result(job_id)`

Returns a `dict` with `result` (can be any type) and `status`.

## Context API

Expand Down

0 comments on commit 794884a

Please sign in to comment.