From 1d78eb95e06c777e3498664704bc24953bba353e Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 28 Nov 2022 11:58:56 +0100 Subject: [PATCH] Mark some Symfony CLI feature as experimental --- setup/symfony_server.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup/symfony_server.rst b/setup/symfony_server.rst index 8cc8d4dfd75..e065ba81b3b 100644 --- a/setup/symfony_server.rst +++ b/setup/symfony_server.rst @@ -280,6 +280,11 @@ server provides a ``run`` command to wrap them as follows: Configuring Workers ------------------- +.. caution:: + + This feature is experimental and could change or be removed at any time + without prior notice. + If you like some processes to start automatically, along with the webserver (``symfony server:start``), add a configuration file to your project: