menzzo:product:update-composed-product-qty
Overview
This is a Symfony console command: menzzo:product:update-composed-product-qty
This command is executed by 2 different cron entries with varying schedules or options.
Schedules
0 */4 * * *- Line 337 in system-crontab.md0 */4 * * *- Line 338 in system-crontab.md
Command Details
menzzo:product:update-composed-product-qty update-lot"menzzo:product:update-composed-product-qty update-ensemble"
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: critical
⚠️ CRITICAL: This command likely involves sales, payments, refunds, or stock mutations.
Documentation Status
- Command class located
- Business purpose documented
- Side effects identified
- Risk level confirmed
- @doc.* annotations added to code