File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Get Started
7777===========
7878
7979If this is the first time you're trying to use Celery, or you are
80- new to Celery 3 .0 coming from previous versions then you should read our
80+ new to Celery 4 .0 coming from previous versions then you should read our
8181getting started tutorials:
8282
8383- `First steps with Celery `_
@@ -268,9 +268,6 @@ Concurrency
268268:``celery[gevent] ``:
269269 for using the ``gevent `` pool.
270270
271- :``celery[threads] ``:
272- for using the thread pool.
273-
274271Transports and Backends
275272~~~~~~~~~~~~~~~~~~~~~~~
276273
@@ -304,9 +301,6 @@ Transports and Backends
304301:``celery[zookeeper] ``:
305302 for using Zookeeper as a message transport.
306303
307- :``celery[zeromq] ``:
308- for using ZeroMQ as a message transport (*experimental *).
309-
310304:``celery[sqlalchemy] ``:
311305 for using SQLAlchemy as a result backend (*supported *).
312306
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ across data centers.
6767Get Started
6868===========
6969
70- If this is the first time you're trying to use Celery, or you are
71- new to Celery 3.0 coming from previous versions then you should read our
72- getting started tutorials:
70+ If this is the first time you're trying to use Celery, or if you haven't
71+ kept up with development in the 3.1 version and are coming from previous versions,
72+ then you should read our getting started tutorials:
7373
7474- :ref: `first-steps `
7575- :ref: `next-steps `
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ by `using webhooks`_.
3838What do I need?
3939===============
4040
41- Celery version 3 .0 runs on,
41+ Celery version 4 .0 runs on,
4242
4343- Python (2.7, 3.4, 3.5)
4444- PyPy (5.1, 2.4)
@@ -69,7 +69,7 @@ Get Started
6969===========
7070
7171If this is the first time you're trying to use Celery, or you are
72- new to Celery 3 .0 coming from previous versions then you should read our
72+ new to Celery 4 .0 coming from previous versions then you should read our
7373getting started tutorials:
7474
7575- `First steps with Celery`_
You can’t perform that action at this time.
0 commit comments