summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2020-10-20 07:19:55 +0700
committerSelwin Ong <selwin.ong@gmail.com>2020-10-20 07:19:55 +0700
commitf5ce159b60e426b229a0605c3b9c952e50e98aea (patch)
tree6a615063e3c3a649799111cde9311f259fec0ee9
parentdf14acaf02add78a828c4acb7c97db1dc537c6f5 (diff)
downloadrq-f5ce159b60e426b229a0605c3b9c952e50e98aea.tar.gz
Remove alpha warning from scheduler docs
-rw-r--r--docs/docs/scheduling.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/docs/scheduling.md b/docs/docs/scheduling.md
index 7d27ba9..03aa1fa 100644
--- a/docs/docs/scheduling.md
+++ b/docs/docs/scheduling.md
@@ -5,8 +5,6 @@ layout: docs
_New in version 1.2.0._
-This builtin version of `RQScheduler` is still in alpha, use at your own risk!
-
If you need a battle tested version of RQ job scheduling, please take a look at
https://github.com/rq/rq-scheduler instead.
@@ -19,6 +17,11 @@ RQ to have job scheduling capabilities without:
1. Running a separate `rqscheduler` CLI command.
2. Worrying about a separate `Scheduler` class.
+Running RQ workers with the scheduler component is simple:
+
+```console
+$ rq worker --with-scheduler
+```
## Scheduling Jobs for Execution