summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrpkak <67059904+rpkak@users.noreply.github.com>2021-06-16 12:26:16 +0200
committerGitHub <noreply@github.com>2021-06-16 17:26:16 +0700
commit29d02c0798393216f4ebbff189bde8dd1632e069 (patch)
treea0159ecf6c7cb0699685269dd32c3b0e1ee502eb /docs
parent819d0498c715d693e8a295ec6202c3fe0262e4fb (diff)
downloadrq-29d02c0798393216f4ebbff189bde8dd1632e069.tar.gz
Docs: Add scheduled to job.get_status() (#1493)
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/jobs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/jobs.md b/docs/docs/jobs.md
index e4defe1..1078b03 100644
--- a/docs/docs/jobs.md
+++ b/docs/docs/jobs.md
@@ -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