Open mesmith75 opened 2 months ago
Hi! I would like to solve this issue....Can you assign it to me??
Hi! I would like to solve this issue....Can you assign it to me??
You are welcome to submit a pull request. Please create a fork, fix the issue and update TestMonitoring.py to include tests that demonstrates that it is working.
Hi @egede, if this issue is still open I would to work on it.
Yes, you are welcome. See my comment above on how to do this.
I can't able to understand what is "runMonitoring", can you briefly tell where I can find it.
Usually in Ganga, the progress of jobs is monitored in a background thread. However, Ganga can be started without this thread running and then the runMonitoring
function defined in the global name space can be used to monitor a specific set of jobs. See definition and the addition to the global name space. For a general overview of what jobs are and how Ganga works, see the manual.
Hi @egede, this issue is still open, I would like to resolve it
Hi @egede, this issue is still open, I would like to resolve it
No, this one is actually currently being worked on (see #2390)
Currently
runMonitoring
only takes job slices. Would be nice to have it accept anint
, or a list ofint
or ajob
object.