What problem does it solve?
This skill eliminates scattered documentation lookup and guesswork for engineers working on the Instacart prewarm and list-scraper subsystem, providing a single source of truth for operating, tuning, and debugging the InstacartBatchInventoryList processing pipeline on api.pearcommerce.com.
Core Features & Use Cases
- Full subsystem operational reference: Covers the Quartz job schedule, InstacartPrewarmer modes, list population filtering, and URZA write cascade logic for complete context of the prewarm workflow.
- Tuning and troubleshooting guidance: Includes AppConfig knob documentation, Datadog dashboard widget interpretation, throughput calculation formulas, and documented anti-patterns to avoid for capacity planning and issue resolution.
- Engineering onboarding support: Serves as a reference for new team members working on prewarm path changes, with clear package responsibility breakdowns and existing instrumentation details.
- Use Case: For example, if an engineer needs to resolve accumulating prewarm backlog, this skill provides the correct AppConfig keys to adjust, the proper tuning order, and the health metrics to monitor for impact.
Quick Start
Use the instacart-list-scraper skill to interpret the Instacart Prewarm Datadog dashboard and identify the root cause of a negative Throughput Gap metric.