summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-09-23 00:14:44 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-09-23 00:14:44 +0300
commit61374a1f036111a22e895c771cfea848d08fedbf (patch)
tree17fb5c913e8a617c811ff5a206fcc6166949bae5
parentd9fdafbf5369f11649ba0c136ce8b755dacc590b (diff)
downloadapscheduler-61374a1f036111a22e895c771cfea848d08fedbf.tar.gz
Removed migration note about executors
-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