DrQueueIPython
DrQueueIPython copied to clipboard
DrQueue using IPython for network communication and task distribution
Dear kaazoo, Hello! Can you help me to solve this problem? When i excute this program using "python get_slave_information.py", i will obtain one error "IPythonApp object has no attribute 'engine'...
Dear sir, Recently, I want to install DyQqueueIPython on my cluster, which the master is centos, and slaves are win2008. But, i can't run this render farm well, can you...
I try to submit a network job from windows... I have to set the environent variable **DRQUEUE_MONGODB**... I used the IP from the server and get a connection fail: ```...
I start the client on windows with: **python.exe Scripts\drqueue --verbose --no-ssh slave** i see the message "Waiting for SSH tunnel to start up . . ." So: https://github.com/kaazoo/DrQueueIPython/blob/3b08a0a9ce0231a70c5f93f0017089fb99792169/bin/drqueue#L1015-L1020 is running?!?
In this branch i made all my changes and test DrQueue... But i try to made different pull request for separated changes...
I come piece by piece further. But i ask myself, if it's not better to start a complete rewrite... Why not a simple http server, use a ORM and communicate...
https://github.com/kaazoo/DrQueueIPython/search?utf8=%E2%9C%93&q=command%3D&type=Code or: https://github.com/kaazoo/DrQueueIPython/search?utf8=%E2%9C%93&q=run_command
Unser Linux: ``` (DrQueue_env)jens@vm:~/DrQueue_env$ source set_settings ++ DRQUEUE_POOL='DrQueue pool 1' ++ export DRQUEUE_POOL ++ DRQUEUE_ROOT=/home/jens/drqueue ++ export DRQUEUE_ROOT ++ IPYTHON_DIR=/home/jens/drqueue/ipython ++ export IPYTHON_DIR (DrQueue_env)jens@vm:~/DrQueue_env$ drqueue --verbose --no-ssh master Running DrQueue...
There is often something like this: ``` if DRQUEUE_OS in ["Windows", "Win32"]: ``` -> https://github.com/kaazoo/DrQueueIPython/search?utf8=%E2%9C%93&q=windows TODO: Just change to: ``` if sys.platform.startswith('win'): ``` or maybe: ``` IS_WIN = sys.platform.startswith('win') if...
I started a howto here: https://github.com/jedie/DrQueueIPython/wiki#install-into-virtualenv