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​
*/5 * * * *- Line 149 in system-crontab.md*/5 * * * *- Line 150 in system-crontab.md*/5 * * * *- Line 151 in system-crontab.md*/5 * * * *- Line 152 in system-crontab.md
Command Details​
menzzo:queue:process --action=runQueues --runCategory=at_nine_o_clockmenzzo:queue:process --action=runQueues --runCategory=at_5th_minutemenzzo:queue:process --action=checkQueuesmenzzo: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