Open-EO / Open-EO/openeo-python-client
job manager: rename "start_job" to "create_job"
Open
@soxofaan is already working on this.
Since Feb 17, 2025.
architecture
clean up
collect feedback
documentation
job manager
technical debt
usability
- Dominant language
- Python
- Stars
- 217
- Forks
- 56
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
The job manager API has this "start_job" callable:
This callable allows the user to just create a job, or also start it.
The current name encourages the user to start it,
but I think we should actually recommend against that because that undermines the possibilities to handle the job starting in a smarter way (e.g. do the "start job" request in a worker thread for more efficient time management)
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.
Assessment
This issue has not been assessed yet.