Skip to content

BatchConfigDto

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts

Batch configuration DTO

Controls batch-level settings:

  • Concurrency and parallelism
  • Browser selection
  • Retry behavior
  • Screenshot format and quality
  • Deduplication

Properties

PropertyType
maxConcurrencynumber
browserBrowser
maxRetriesnumber
retryDelayMsnumber
screenshotTimeoutnumber
defaultViewportViewportDto
formatFormat
qualitynumber
checkDuplicatesboolean

Was this page helpful?

Download as PDF