-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make runMonitoring
take more types
#2380
Comments
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 |
Hi @egede, this issue is still open, I would like to resolve it |
hey @egede, I discovered this repository through the "Ganga" GSOC 25 link. If this issue is still open, I would like to work on it. |
You are welcome to work on this one, but please carefully read through the closed PR #2390 to avoid going down the same wrong route. |
@egede, Thanks for your reply and suggestion. I will figure that out and rectify the issue as soon as possible. |
Hi @egede can i work on it, as i work before but at that time there is some issue in the code so issue was get closed. now it is open, so i want to contribute. Can i make a PR of my old work? |
Currently
runMonitoring
only takes job slices. Would be nice to have it accept anint
, or a list ofint
or ajob
object.The text was updated successfully, but these errors were encountered: