|
@@ -700,7 +700,7 @@ pool support: *prefork, eventlet, gevent, threads, solo*
|
|
|
|
|
|
Starting :program:`celery worker` with the :option:`--autoreload` option will
|
|
Starting :program:`celery worker` with the :option:`--autoreload` option will
|
|
enable the worker to watch for file system changes to all imported task
|
|
enable the worker to watch for file system changes to all imported task
|
|
-modules imported (and also any non-task modules added to the
|
|
|
|
|
|
+modules (and also any non-task modules added to the
|
|
:setting:`CELERY_IMPORTS` setting or the :option:`-I|--include` option).
|
|
:setting:`CELERY_IMPORTS` setting or the :option:`-I|--include` option).
|
|
|
|
|
|
This is an experimental feature intended for use in development only,
|
|
This is an experimental feature intended for use in development only,
|