|
@@ -486,7 +486,7 @@ Attributes
|
|
.. code-block:: python
|
|
.. code-block:: python
|
|
|
|
|
|
class Step(bootsteps.StartStopStep):
|
|
class Step(bootsteps.StartStopStep):
|
|
- requires = ('celery.worker.consumer:Heart',)
|
|
|
|
|
|
+ requires = ('celery.worker.consumer:Tasks',)
|
|
|
|
|
|
.. _extending-consumer-strategies:
|
|
.. _extending-consumer-strategies:
|
|
|
|
|
|
@@ -510,7 +510,7 @@ Attributes
|
|
.. code-block:: python
|
|
.. code-block:: python
|
|
|
|
|
|
class Step(bootsteps.StartStopStep):
|
|
class Step(bootsteps.StartStopStep):
|
|
- requires = ('celery.worker.consumer:Heart',)
|
|
|
|
|
|
+ requires = ('celery.worker.consumer:Tasks',)
|
|
|
|
|
|
.. _extending-consumer-task_buckets:
|
|
.. _extending-consumer-task_buckets:
|
|
|
|
|