Skip to content

title: "app:warehouse:sync-product-data" type: cronjob source: system-crontab status: undocumented last_verified: 2026-01-08 schedule: - "*/30 * * * *" command: - "app:warehouse:sync-product-data "" risk_level: high regeneration: trigger: "Cron definition or command code changed" instruction: "Re-run documentation agent starting from system-crontab.md"


app:warehouse:sync-product-data

Overview

This is a Symfony console command: app:warehouse:sync-product-data

Schedules

  1. */30 * * * * - Line 359 in system-crontab.md

Command Details

  1. app:warehouse:sync-product-data "

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: high

⚠️ HIGH: This command may have significant business impact.

Documentation Status

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