You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Cardamon will immediately start the metric loggers and scenarios after running all the processes to start the application. Some of these processes may require a minimum start/warm up time (e.g. docker containers may need some time to start up).
We should add an option to the processes in the config for specifying a minimum wait time after starting a processes before continuing.
Proposed Change
[[processes]]
type = "baremetal"name = "server"# Requiredcommand = "yarn dev"# Requiredwait = 5# <---- number of seconds to wait after starting this process
The text was updated successfully, but these errors were encountered:
Currently Cardamon will immediately start the metric loggers and scenarios after running all the processes to start the application. Some of these processes may require a minimum start/warm up time (e.g. docker containers may need some time to start up).
We should add an option to the processes in the config for specifying a minimum wait time after starting a processes before continuing.
Proposed Change
The text was updated successfully, but these errors were encountered: