Added phased startup string function for bringing services back online gradually
This commit is contained in:
@@ -15,3 +15,7 @@ func TestGenerateRandomString(t *testing.T) {
|
||||
fmt.Println("Test: 30 chars")
|
||||
fmt.Println(GenerateRandomString(30))
|
||||
}
|
||||
|
||||
func TestPhasedStartup(t *testing.T) {
|
||||
fmt.Printf("%c", PhasedStartupString()[1])
|
||||
}
|
||||
|
Reference in New Issue
Block a user