Skip to main content

menzzo:queue:process

Overview​

This is a Symfony console command: menzzo:queue:process

This command is executed by 4 different cron entries with varying schedules or options.

Schedules​

  1. */5 * * * * - Line 149 in system-crontab.md
  2. */5 * * * * - Line 150 in system-crontab.md
  3. */5 * * * * - Line 151 in system-crontab.md
  4. */5 * * * * - Line 152 in system-crontab.md

Command Details​

  1. menzzo:queue:process --action=runQueues --runCategory=at_nine_o_clock
  2. menzzo:queue:process --action=runQueues --runCategory=at_5th_minute
  3. menzzo:queue:process --action=checkQueues
  4. menzzo:queue:process --action=runQueuesWithErrorsOrStillProcessing

Intent & Purpose​

⚠️ Intent unclear from cron definition alone. Requires code inspection.

The command class could not be automatically located. Manual investigation is needed to:

  • Locate the corresponding Command class in the codebase
  • Document the business purpose and side effects
  • Identify any data mutations (sales, payments, refunds, stock)

Risk Assessment​

Risk Level: unknown

UNKNOWN: Risk level needs to be assessed through code inspection.

Documentation Status​

  • Command class located
  • Business purpose documented
  • Side effects identified
  • Risk level confirmed
  • @doc.* annotations added to code