mirror of https://github.com/rq/rq.git
Docs: Add scheduled to job.get_status() (#1493)
This commit is contained in:
parent
819d0498c7
commit
29d02c0798
|
@ -99,7 +99,7 @@ print('Status: %s' % job.get_status())
|
|||
```
|
||||
|
||||
Some interesting job attributes include:
|
||||
* `job.get_status()` Possible values are `queued`, `started`, `deferred`, `finished`, `stopped`, and `failed`
|
||||
* `job.get_status()` Possible values are `queued`, `started`, `deferred`, `finished`, `stopped`, `scheduled` and `failed`
|
||||
* `job.origin` queue name of this job
|
||||
* `job.func_name`
|
||||
* `job.args` arguments passed to the underlying job function
|
||||
|
|
Loading…
Reference in New Issue