summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/migration.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/migration.rst b/docs/migration.rst
index ea7c904..be59886 100644
--- a/docs/migration.rst
+++ b/docs/migration.rst
@@ -19,10 +19,6 @@ The concept of a *job* has been split into :class:`Task`, :class:`Schedule` and
:class:`Job`. See the documentation of each class (and read the tutorial) to understand
their roles.
-**Executors** have been replaced by *workers*. Workers were designed to be able to run
-independently from schedulers. Workers now *pull* jobs from the data store instead of
-the scheduler pushing jobs directly to them.
-
**Data stores**, previously called *job stores*, have been redesigned to work with
multiple running schedulers and workers, both for purposes of scalability and fault
tolerance. Many data store implementations were dropped because they were either too