-
Notifications
You must be signed in to change notification settings - Fork 42
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
job manager: collect and return stats #645
Labels
Comments
soxofaan
added a commit
that referenced
this issue
Oct 11, 2024
Under PR #644 I already started with returning event stats from threaded run_jobs is not covered there yet |
I just merged #644 so there are now stats from MultiBackendJobManager.run_jobs next steps:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MultiBackendJobManager.run_jobs
doesn't return anything at the moment.I'm thinking to let it return a dictionary with stats (e.g. number of sleeps, polls, jobs started, ...) which should be informing to end user, and also should make it easier to implements job manager related tests (avoids having to mock various things, just to get insights)
The text was updated successfully, but these errors were encountered: