ganga-devs / ganga

Ganga is an easy-to-use frontend for job definition and management
GNU General Public License v3.0
100 stars 159 forks source link

Make `runMonitoring` take more types #2380

Open mesmith75 opened 2 months ago

mesmith75 commented 2 months ago

Currently runMonitoring only takes job slices. Would be nice to have it accept an int, or a list of int or a job object.

SreeSharvesh commented 2 months ago

Hi! I would like to solve this issue....Can you assign it to me??

egede commented 2 months ago

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.

saadkhi commented 1 month ago

Hi @egede, if this issue is still open I would to work on it.

egede commented 1 month ago

Yes, you are welcome. See my comment above on how to do this.

saadkhi commented 1 month ago

I can't able to understand what is "runMonitoring", can you briefly tell where I can find it.

egede commented 1 month ago

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.

Sunnykumar926 commented 2 weeks ago

Hi @egede, this issue is still open, I would like to resolve it

egede commented 2 weeks ago

Hi @egede, this issue is still open, I would like to resolve it

No, this one is actually currently being worked on (see #2390)