Skip to content

Commit a58ebf0

Browse files
committed
shutdown scheduler thread on close
1 parent a2303ac commit a58ebf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxyserver/src/main/java/com/lyft/data/proxyserver/ProxyServer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ public void start() {
170170
public void close() {
171171
try {
172172
this.server.stop();
173+
scheduler.shutdown();
173174
} catch (Exception e) {
174175
log.error("Could not close the proxy server", e);
175176
}

0 commit comments

Comments
 (0)