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