Fundamentals of Dask Transcripts
Chapter: Dask Schedulers
Lecture: Introducing schedulers
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
In this chapter will discuss, Dask, Schedules in a little more detail, so we've all done a lot of compute recently, so please now you can sit back,
0:11
relax and listen for this one. So, if you recall from course one the Scheduler ingests the Task Craft generated by Dask collections such as Bags,
0:21
Disk Arrays or Dask Data Frames, for example, the 'Scheduler' then communicates with all the Workers, manages resources and gets the computation done.
0:31
So in this chapter will be covering the types of Dask schedulers as there are and yes, there are multiple, will also cover how to select a scheduler,
0:41
particularly if you need to select a different one, then we'll discuss how the different scheduler is compared to each other and at the end
0:48
as we like to, will provide some references from which you can learn more