Distributed Task Scheduler
Scheduling work across workers, with a React front end.
- TypeScript
- React
- Node.js
- Docker
The problem
A scheduler is easy until there is more than one worker. Then the interesting questions are all about what happens twice, what happens never, and what happens when a worker disappears mid-task.
What I built
- Distributed task scheduling across workers, containerised so the whole system comes up with one command.
- A React front end for queueing work and watching it run.