-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
kind/featurefeature requestfeature request
Description
The start_oms script has a lot of logic that causes it to take a long time to startup, this is not a good user experience.
If possible use the following methods to reduce this startup time:
- include tasks in the base image when possible
- include tasks in the environment startup / first run script (executes only once)
- use logic to skip steps that do not need to be run multiple times
- use a separate script and execute it in a separate process so that it runs in parallel with the oms startup
Metadata
Metadata
Assignees
Labels
kind/featurefeature requestfeature request