Noah Holm
02/13/2024, 10:51 AMRyan Peden
02/13/2024, 9:06 PMshow.submit()
instead of just show if you wanted to let the tasks run concurrently with different priorities.
If you're connecting to an existing Dask cluster, those priority annotations might still be useful even if your tasks run sequentially, because they'll determine the priority your tasks get relative to other work submitted to the cluster.Noah Holm
02/13/2024, 9:39 PMNoah Holm
02/13/2024, 9:40 PM