Ask Solem 10 éve
szülő
commit
8dba03ef2c
1 módosított fájl, 2 hozzáadás és 2 törlés
  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
 Hopefully this can be extended to include additional broker transports
 in the future.
 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.
 by default if the eventloop is not used.
 
 
 New ``celery`` umbrella command
 New ``celery`` umbrella command
@@ -828,7 +828,7 @@ In Other News
         i = celery.control.inspect(connection=Connection('redis://'))
         i = celery.control.inspect(connection=Connection('redis://'))
         i.active_queues()
         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,
     If the old behavior is wanted the setting can be set to False,
     or the new :option:`--no-execv` to :program:`celery worker`.
     or the new :option:`--no-execv` to :program:`celery worker`.