Ask Solem hace 10 años
padre
commit
8dba03ef2c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/whatsnew-3.0.rst

+ 2 - 2
docs/whatsnew-3.0.rst

@@ -117,7 +117,7 @@ and ``amqplib``.
 Hopefully this can be extended to include additional broker transports
 in the future.
 
-For increased reliability the :setting:`CELERY_FORCE_EXECV` setting is enabled
+For increased reliability the :setting:`CELERYD_FORCE_EXECV` setting is enabled
 by default if the eventloop is not used.
 
 New ``celery`` umbrella command
@@ -828,7 +828,7 @@ In Other News
         i = celery.control.inspect(connection=Connection('redis://'))
         i.active_queues()
 
-- :setting:`CELERY_FORCE_EXECV` is now enabled by default.
+- :setting:`CELERYD_FORCE_EXECV` is now enabled by default.
 
     If the old behavior is wanted the setting can be set to False,
     or the new :option:`--no-execv` to :program:`celery worker`.