##// END OF EJS Templates
receive tasks, even when no engines are registered...
receive tasks, even when no engines are registered Previously, tasks submitted when no engines were registered were left in the upstream ZMQ queue. This prevented the tasks being entered into the Hub's database.

File last commit:

r4910:0dc49390
r6092:11fd67e3
Show More
client.py
3 lines | 62 B | text/x-python | PythonLexer
from IPython.parallel.client import Client
client = Client()