Skip to content

Commit

Permalink
Update configuration/go/sdk/order-processor/app.go
Browse files Browse the repository at this point in the history
Co-authored-by: Josh van Leeuwen <[email protected]>
Signed-off-by: Cassie Coyle <[email protected]>
  • Loading branch information
cicoyle and JoshVanL authored Sep 22, 2023
1 parent d66f11c commit 64d67ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/go/sdk/order-processor/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func main() {
}
fmt.Println("App subscribed to config changes with subscription id: " + subscriptionID)

time.Sleep(5 * time.Second)
<-ctx.Done()

os.Exit(0)
}

0 comments on commit 64d67ec

Please sign in to comment.