James Corbett
James Corbett
documentation is here: https://github.com/flux-framework/flux-core/tree/master/doc/python Although whatever you put in your docstrings will go here: https://flux-framework.readthedocs.io/projects/flux-core/en/latest/python/complete_api.html , it's not the prettiest but it works OK Tests are in `t/python/`, here is...
> For docstrings, I restored them so the first line is in line with the parentheses, but I still left a newline between the top line and rest - I...
I don't think flux-coral2 would have any effect in this case. At the moment it doesn't mark any resources as up or down.
I think I may have hit the same issue through slightly different means. While working on https://github.com/flux-framework/flux-coral2/issues/119, I found that if I initialized Fluxion with JGF in which some vertices...
OK, more information. I was able to reproduce somewhat in resource-query. I generated R and JGF by running `flux start flux R encode -l | flux ion-R encode` in my...
Yeah, I knew the clusters didn't use JGF, but it sounds like something is fundamentally funny with the graph initialization. @milroy , any thoughts?
> Good catch, are the functions used as `flux.job.wait.wait` in the docs because the documentation is autogenerated? I think so. It could be there's a way to fix the autogeneration...
A leaked future causes a hang? I never would have been able to figure that out... thanks for digging into this @grondo !
@grondo I'm resurrecting this old issue for some SCR work. In a nested instance, it looks like if I simulate a node failure by killing one of the non-critical brokers,...
Perfect, thank you!