mirror of https://github.com/rq/rq.git
Fix docs on job attributes (#1083)
This commit is contained in:
parent
0d593f40e1
commit
da21a110b3
|
@ -23,7 +23,7 @@ print('Status: %s' $ job.get_status())
|
|||
```
|
||||
|
||||
Some interesting job attributes include:
|
||||
* `job.status`
|
||||
* `job.get_status()`
|
||||
* `job.func_name`
|
||||
* `job.args`
|
||||
* `job.kwargs`
|
||||
|
|
Loading…
Reference in New Issue