Evaluation of a Distributed Task Scheduler's Design
Evaluate the proposed task scheduler system based on our requirements.
We'll cover the following...
Availability
The first component in our design was a rate limiter that is appropriately replicated and ensures availability. Task submission is done by several nodes. If a node that submits a task fails, the other nodes take its place. The queue in which we push the task is also distributed in nature, ensuring availability. We always have resources available because we continuously monitor if we need to add or remove resources. Each component in the ...
Access this course and 1400+ top-rated courses and projects.