Dennis Gascoigne wrote:
Hi;
We have a multiprocess setup (job runner and multi web runners) and are frequently customising tools/adding new ones. When we were single threading at first, we could reload tools from the admin menu but that does not update the job runner version when multi thread. Is there any way to;
* Reload tools without stopping galaxy when in multi thread * Update the tool menu
Hi Dennis, Currently, the only way to do it is to load each application's admin interface and reload the tool separately. If your Galaxy servers are only listening on localhost this means initiating the connection from the same server. Since you're already proxying, you can set up individual hostnames that proxy to each application (including the job runner) so this can be done. The approach is tedious, but until we implement the API for administrative functions, there's no way around it.
This is critical because if you have a long running job, stopping the server will kill it - we have seq jobs that take days to complete and our setup is very fluent at the moment.
You can restart servers without interrupting jobs if you use PBS or SGE. --nate
I dont mind hacking if it works.
Cheers DG
------------------------------------------------------------------------
_______________________________________________ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-dev