Julian Colomina

Results 6 comments of Julian Colomina

BTW you see the server commented for testing purposes. Both httpserver and ftpserver will meddle with the callbacks

similar issue here I am on ver 5.2 with anaconda installation ``` per return fn(*args, **kwargs) File "/home/julian/anaconda3/lib/python3.5/site-packages/ipyparallel/controller/scheduler.py", line 325, in lambda : self.handle_stranded_tasks(uid), File "/home/julian/anaconda3/lib/python3.5/site-packages/ipyparallel/controller/scheduler.py", line 335, in handle_stranded_tasks...

@jayzed82 My issues were my fault. I was sending more than 1024 tasks in parallel. You need to manually change the limit if you want to go beyond that limit...

Look for 1024 or the text in the error report in the code. You will find informative comments as well inside. There was some balance to achieve with regards to...

if your task queue grows above 1024 bad things happen. Don't ignore the error. It means tasks won't be performed.