Feature Request: Support for Parallel Task Execution
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 323
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 12
Description
Hi.
While exploring the Start and End task functionalities, I noticed that the current implementation does not support running two tasks in parallel. I believe adding this feature could enhance the library's usability, especially for scenarios where users might want to run separate tasks for training, evaluation, and overall monitoring simultaneously.
Implementing parallel task execution could provide greater flexibility during training and evaluation processes.
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 mentions the Start and End task functionalities but names no files, tests, or entry points. First locate the implementation of those task APIs and determine how separate training, evaluation, and monitoring tasks are represented. Done should mean that two or more such tasks can run in parallel with clearly defined behavior.
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
- 25/100