summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragronholm <devnull@localhost>2011-04-10 20:51:15 +0300
committeragronholm <devnull@localhost>2011-04-10 20:51:15 +0300
commit379f7160e0fea545111e53fdf019e2ab7125bef2 (patch)
tree552be4c3c250450fb064eabec86928ca49782a36
parent71da8b03e709b8dc3ba885f09d1aa1e28db704d7 (diff)
downloadapscheduler-379f7160e0fea545111e53fdf019e2ab7125bef2.tar.gz
Removed mention of stateful jobs
-rw-r--r--README.rst1
-rw-r--r--docs/index.rst1
2 files changed, 0 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 4ab2441..85735b5 100644
--- a/README.rst
+++ b/README.rst
@@ -23,7 +23,6 @@ Features
* Cron-like scheduling
* Delayed scheduling of single run jobs (like the UNIX "at" command)
* Interval-based (run a job at specified time intervals)
-* Persistent, stateful jobs
* Multiple, simultaneously active job stores:
* RAM
diff --git a/docs/index.rst b/docs/index.rst
index e0ef87c..12d03af 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -26,7 +26,6 @@ Features
* Cron-like scheduling
* Delayed scheduling of single run jobs (like the UNIX "at" command)
* Interval-based (run a job at specified time intervals)
-* Persistent, stateful jobs
* Multiple, simultaneously active job stores:
* RAM