[IPython-dev] Controlling prioritization in IPython Parallel

Yang Zhang yanghatespam at gmail.com
Sun Mar 29 04:44:00 EDT 2015


Can one specify any sort of prioritization to tasks submitted to an IPython
Cluster?

The only hack I know of to accomplish something like this is to carefully
maintain a DAG of task dependencies and then, whenever submitting a new
prioritized tasks, you'd need to abort all (non-started) tasks, reconstruct
the DAG, and submit all the tasks again.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150329/a0b1fb3b/attachment.html>


More information about the IPython-dev mailing list