Open-EO / Open-EO/openeo-python-client

job manager: collect and return stats

Open
#645 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

job manager
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.