Open-EO / Open-EO/openeo-python-client
job manager: collect and return stats
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 217
- Forks
- 56
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
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)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at MultiBackendJobManager.run_jobs and trace its job lifecycle to identify the sleeps, polls, and jobs-started counts mentioned in the issue. Before implementing, clarify the returned dictionary's schema and expected semantics with maintainers; done means run_jobs returns agreed statistics and tests cover them without relying on extensive mocks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100