dispy
dispy copied to clipboard
Distributed and Parallel Computing Framework with / for Python
I have found that there is a small issue when transferring dependency files if the current working directory for a dispy client python script is a root directory (e.g. c:\)....
Hey, I've been trying to use Dispy and it seems to work great, other than when the function that the job executes throws exception and then it just seems to...
I'm currently testing your solution to distribute python computation (obviously :)) there are some cases where the job never finishes: looking at the UI, some nodes have received a job...
I just stumbled upon the file structure and thought about what will happen if two users run dispy on the same machine. If I understand correctly you create `/tmp/dispy/node` and...
1. Connecting to dispyscheduler from the client (SharedJobCluster) with a keyfile/certfile didn't work. 2. Why did dispynode block PING messages from the scheduler IP? I've removed the check. 3. When...
This is my old patch from https://github.com/pgiri/dispy/pull/11 revived against the current master. As per https://github.com/pgiri/dispy/issues/18 the first commit "fixes" the use of classes passed via the `depends` argument of `JobCluster`....
Using version: 4.15.2 (Python 3.10.15) I get the following error when there is a missing module that is needed for running task: >2024-10-22 17:51:47 dispynode - New computation "f5b5d29e41e5e4409c9084ad240fe1569f7f3e15" from...