Question
Bulk reprocessing and republishing of videos (DM enabled)
Hi Team — need advice on bulk video reprocessing and republishing (5k+ assets)
Background: I need to reprocess videos across multiple folders. I have two options:
- Run CURL commands in batches (preferred — keeps processing external to platform; Adobe recommended this).
- Run a Groovy script inside AEM.
Questions / requests:
- Republishing strategy — recommended batch size, pacing, and concurrency controls? Reprocessing is async, so what safe concurrency limits or delay patterns have you used to avoid overloading Dynamic Media/encoders?
- Is there an OOTB AEM workflow or pattern to trigger bulk video republishing across folders (e.g., adapt DAM Update Asset, Workflow Launcher, or Dynamic Media jobs)? If yes, can it be run cross-folder and at scale?
- Error handling & idempotency — advice on retry/backoff strategy, transient vs permanent error handling, and marking completed assets to avoid double-processing?
- Any known platform limits, performance caveats or recommended throttling values (per minute/hour) for Dynamic Media/encoding ingestion when processing thousands of videos?
Thanks