Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

more precise control of the start order #33

Merged
merged 2 commits into from
Nov 29, 2017
Merged

more precise control of the start order #33

merged 2 commits into from
Nov 29, 2017

Conversation

badboy-huaqiao
Copy link
Member

*the original script uses the sleep mode to interval the starting order.
*The interval time is not accurate, for example, my machine performance is small,
the start interval will need longer.
*There is a dependency between front and back micro services,
If the interval between the startup services is not well controlled, the latter service starts to fail.
*The new script has been tested many times, and it can be accurately controlled before and after.
It has been maximized to reduce the dependency of third party shell command,
but for config-seed services, the command curl is necessary.

Signed-off-by: Huaqiao Zhang [email protected]

Huaqiao Zhang added 2 commits November 29, 2017 10:42
*The interval time is not accurate, for example, my machine performance
is small, the start interval will need longer.
*There is a dependency between front and back micro services,If the
interval between the startup services is not well controlled, the latter
service starts to fail.
*The new script has been tested many times, and it can be accurately
controlled before and after.It has been maximized to reduce the
dependency of third party shell command, but for config-seed services,
the command curl is necessary.

Signed-off-by: Huaqiao Zhang <[email protected]>
Signed-off-by: Huaqiao Zhang <[email protected]>
@trcox trcox merged commit ad2ac44 into edgexfoundry:master Nov 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants