Support batch task submissions
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C++
- Stars
- 27
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Feature request
Although multiple tasks can be submitted programatically, it does not provide proper consistency when one or more of the tasks:
- have invalid inputs
- failed for any other reasons (e.g. network connections etc)
Often it is desired for either all or none of the tasks to be started.
Also addresses open-rmf/rmf-web#484.
Description
Implementation considerations
Alternatives
Additional information
Contributor guide
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
The issue does not name files, tests, or entry points. Start by reviewing the existing programmatic task-submission API and its validation and failure handling, then define how a batch should report partial failures; done means tasks are started consistently as either all accepted or none started.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend, backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100