Optimize 'st2 pack register' performance
@lakshmi-kannan is already working on this.
Since Oct 17, 2018.
- Dominant language
- Python
- Stars
- 6.5k
- Forks
- 787
- PR merge metrics
- No merged PRs in 30d
Description
With the ballooned AWS pack (3581 actions) users sometimes got failures on slower systems during the st2 pack install aws (reported in #community).
The "temporary" workaround was to increase pack register content timeout https://github.com/StackStorm/st2/pull/3685 but it's a matter of time until we'll need the next timeout increase.
While it wasn't a problem before, we eventually have to look into performance optimizations for st2 pack register.
Now think about st2 pack install <20+ packs here> which is typical story in any pack management.
StackStorm by design should be able to handle big packs.
cc @StackStorm/team
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.
Assessment
This issue has not been assessed yet.