Workload Balancing

Partitions Python work across ProcessPoolExecutor, asyncio semaphores, work-stealing deques, and LPT weighted bins to cut stragglers and load imbalance. Use for even chunking, dynamic pull queues, or speculative backup tasks on CPU- or I/O-bound pools. Not for single-threaded jobs, hard real-time timing, or Temporal/n8n durable workflows (workflow-automation).

Kayforkind 36c7d35 2 files · 20.5 KB Updated

File contents

Kayforkind/skill-slice commit 36c7d35ba1

Frequently asked questions

npx skillmds@latest add kayforkind/workload-balancing