Skip to content

Commit 3cb39b7

Browse files
committed
main: Remove duplicate information about the program
This information can be found in README.md
1 parent 0eb49c2 commit 3cb39b7

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/main.rs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,6 @@ use input::Args as InputArgs;
1515

1616
use crate::worker::WorkerProcess;
1717

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-
3618
fn configure_logging(args: &InputArgs) {
3719
if args.verbose {
3820
simple_logger::init_with_level(log::Level::Debug).unwrap();

0 commit comments

Comments
 (0)