Skip to content

Commit d23be53

Browse files
Br1an67auvipy
authored andcommitted
Remove outdated autoreloader section from extending docs (#10154)
The autoreloader component (celery.worker.autoreloader) was removed from the codebase, but the documentation section still referenced it. This removes the misleading autoreloader attribute section from the worker extensions guide. Fixes #7320 Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <[email protected]>
1 parent ada2da7 commit d23be53

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

docs/userguide/extending.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -220,21 +220,6 @@ Attributes
220220
class WorkerStep(bootsteps.StartStopStep):
221221
requires = ('celery.worker.autoscaler:Autoscaler',)
222222
223-
.. _extending-worker-autoreloader:
224-
225-
.. attribute:: autoreloader
226-
227-
:class:`~celery.worker.autoreloder.Autoreloader` used to automatically
228-
reload use code when the file-system changes.
229-
230-
This is only defined if the ``autoreload`` argument is enabled.
231-
Your worker bootstep must require the `Autoreloader` bootstep to use this;
232-
233-
.. code-block:: python
234-
235-
class WorkerStep(bootsteps.StartStopStep):
236-
requires = ('celery.worker.autoreloader:Autoreloader',)
237-
238223
Example worker bootstep
239224
-----------------------
240225

0 commit comments

Comments
 (0)