Parallel File Processor Do

Sub-skill of parallel-file-processor: Do (+1).

vamseeachanta 96150d4 618 B Updated

File contents

Do (+1)

Do

  1. Choose correct processing mode for workload type
  2. Use progress callbacks for long operations
  3. Batch large file sets to manage memory
  4. Log individual failures for debugging
  5. Consider retry logic for transient errors
  6. Monitor memory usage with large DataFrames

Don't

  1. Use process pool for IO-bound tasks
  2. Skip error handling in processor functions
  3. Load all results into memory at once
  4. Ignore batch result statistics
  5. Use too many workers for memory-constrained tasks

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/parallel-file-processor/do commit 96150d476c

Frequently asked questions

npx skillmds@latest add vamseeachanta/parallel-file-processor-do