export function setWorkers(workers) { return { type: "SET_WORKERS", workers }; }