summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-08-17 02:40:15 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-08-17 02:50:08 +0300
commit6c28803271b6f1bc9a5cea03300cd5af9b325775 (patch)
treef174b738671c9924c584e127bb079663d43612e1
parentc81b080f9c007a7148f6ec1841bb857c078a6941 (diff)
downloadapscheduler-6c28803271b6f1bc9a5cea03300cd5af9b325775.tar.gz
Added warning about the pre-release status
-rw-r--r--README.rst4
-rw-r--r--docs/versionhistory.rst4
2 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d275267..b7140f8 100644
--- a/README.rst
+++ b/README.rst
@@ -8,6 +8,10 @@
:target: https://apscheduler.readthedocs.io/en/master/?badge=latest
:alt: Documentation
+.. warning:: The v4.0 series is provided as a **pre-release** and may change in a
+ backwards incompatible fashion without any migration pathway, so do NOT use this
+ release in production!
+
Advanced Python Scheduler (APScheduler) is a task scheduler and task queue system for
Python. It can be used solely as a job queuing system if you have no need for task
scheduling. It scales both up and down, and is suitable for both trivial, single-process
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 0a76206..d897a4b 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -9,6 +9,10 @@ APScheduler, see the :doc:`migration section <migration>`.
This was a major rewrite/redesign of most parts of the project. See the
:doc:`migration section <migration>` section for details.
+.. warning:: The v4.0 series is provided as a **pre-release** and may change in a
+ backwards incompatible fashion without any migration pathway, so do NOT use this
+ release in production!
+
- Made persistent data stores shareable between multiple processes and nodes
- Enhanced data stores to be more resilient against temporary connectivity failures
- Refactored executors (now called *workers*) to pull jobs from the data store so they