spring-cloud / spring-cloud/spring-cloud-task
How to manually starting a task
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 446
- Forks
- 310
- Avg merge
- 18h 18m
- Merged PRs (30d)
- 6
Description
Hello, I'm trying to find a way to manually start a task instead of relying on auto start from CommandLine/Application Runners... I have some complicated mechanism with tasks at work and I'm trying to push CRaC at the latest stage possible without starting a task (since the mechanism can actually choose the task that will be run at runtime), but I haven't found documentation yet on how they're started by Spring, nor was I able to figure it out from the source code...
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
Start by reviewing the existing documentation for CommandLine/Application Runners and the Spring task startup flow. Compare that documentation with the relevant source entry points to determine how tasks are started and whether manual startup is supported. Done means documenting the supported way to start a task manually, or clearly stating that it is not currently supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- backend, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100