-
Notifications
You must be signed in to change notification settings - Fork 42
Job Manager: status histograms #655
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
Comments
Can you give an example snippet of what used to work for you and now doesn't? |
I'm not even sure we had some status histogram functionality before 0.32.0 |
https://github.com/Open-EO/openeo-python-client/blob/v0.31.0/openeo/extra/job_management.py#L344 and L345. This has been removed in version v0.32.0. and created a histrogram like this: |
ah ok, you mean the logging of that histogram, that was indeed removed by the refactor of #607 but it indeed makes sense to add this functionality back |
restored with aa3e653 |
@soxofaan It seems that the histograms of the statusses in a csv files were removed in version 0.32.0. This was a very usefull feature to follow-up large scale processing, as such can this be reimplemented or was there a good reason to remove it?
The text was updated successfully, but these errors were encountered: