Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以为提交到 IPython 集群的任务指定任何类型的优先级吗?
我所知道的完成此类事情的唯一技巧是仔细维护任务依赖关系的 DAG,然后,每当提交新的优先任务时,您需要中止所有(未开始的)任务,重建 DAG,然后提交再次完成所有任务。