Pulling and starting Service containers in parallel
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 1.4k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 24
Description
Describe the enhancement
Add ability to setup Dockerized services in parallel.
In my workflow, i have 5 services, and they all pull and run their healthchecks serially.
This takes a very long time, which could easily be sped up by doing the pulling/starting/healthchecking in parallel.
Code Snippet
Additional information
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
The issue does not name files, tests, or entry points. Start by locating the runner's service-container setup and orchestration, then determine how pulling, starting, and healthchecks are currently sequenced; done means multiple Dockerized services can complete those steps in parallel.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, docker
- Domain
- ci-cd, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100