CS Child Tasks are dynamically created
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 36
- Forks
- 41
- Avg merge
- 11d 19h
- Merged PRs (30d)
- 2
Description
CS creates child tasks dynamically in several command functions:
--CS_RecomputeBaselineCfeCoreCmd
--CS_RecomputeBaselineOSCmd
--CS_OneShotCmd
Is there any risk of cleanup issues if these commands are run too frequently? CS could be modified to create the child tasks just once and then kick them off when a command is received (perhaps using a semaphore mechanism like FM).
Imported from GSFCCFS-1252
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 locating CS_RecomputeBaselineCfeCoreCmd, CS_RecomputeBaselineOSCmd, and CS_OneShotCmd, then inspect how each creates and cleans up child tasks. Determine whether frequent command execution can leave cleanup problems and document the expected task lifecycle. Done means the risk is resolved with tests or clearly documented findings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100