You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update runtime state to hold info about job execution like which worker executes what job/process, job type, job parents, partial job results etc.
This should be accessible from a client API like runtime.ShowJobInfo() or process.ShowJobInfo().
Also this should fix issues with job counters in the process.ShowInfo() API.
The text was updated successfully, but these errors were encountered:
Update runtime state to hold info about job execution like which worker executes what job/process, job type, job parents, partial job results etc.
This should be accessible from a client API like
runtime.ShowJobInfo()
orprocess.ShowJobInfo()
.Also this should fix issues with job counters in the
process.ShowInfo()
API.The text was updated successfully, but these errors were encountered: