Isolate model limits
Workers run in V8 isolates, not full Node.js — CPU time is capped per request, many native and filesystem APIs are absent, and long-running or heavy-compute tasks do not fit the request model. Code written for a traditional server often needs reshaping.