Skip to content
Snippets Groups Projects
Commit c5e621b5 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

clean

parent 9575eb4d
No related branches found
No related tags found
1 merge request!806AWS Lambda
......@@ -33,9 +33,6 @@ public class PrimingResource implements OrderedResource {
@Override
public void afterRestore(Context<? extends Resource> context) throws Exception {
System.out.println("After restore");
// ServletUtil.CALC_EXECUTOR.shutdown();
// ServletUtil.TASK_EXECUTOR.shutdown();
}
private void updateParameter() throws SsmException {
......
......@@ -102,7 +102,6 @@ public class ServletUtil {
@EventListener
void shutdown(ShutdownEvent event) {
System.out.println("on shutdown");
CALC_EXECUTOR.shutdown();
TASK_EXECUTOR.shutdown();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment