File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -15,24 +15,6 @@ use input::Args as InputArgs;
15
15
16
16
use crate :: worker:: WorkerProcess ;
17
17
18
- //
19
- // Magento 2 Worker Daemon
20
- //
21
- // This is a daemon that runs Magento 2 queue consumers in the background.
22
- // It is designed to be run as a systemd/supervisor service.
23
- //
24
- // The daemon works as follows:
25
- // 1. It reads the available queue consumers from the Magento 2 configuration.
26
- // This is done by running bin/magento queue:consumers:list.
27
- // RabbitMQ specific queues are filtered out when RabbitMQ is not configured.
28
- // It's also possible to run only a specific selection of consumers by setting
29
- // the cron_consumers_runner.consumers configuration in the env.php. This setting
30
- // is also regarded for selecting the consumers to run.
31
- // 2. It then runs each consumer and restarts consumers that stopped running.
32
- // 3. When the daemon receives a signal to be stopped, it tries to gracefully stop
33
- // the running consumers.
34
- //
35
-
36
18
fn configure_logging ( args : & InputArgs ) {
37
19
if args. verbose {
38
20
simple_logger:: init_with_level ( log:: Level :: Debug ) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments