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

test

parent a13588df
No related branches found
No related tags found
1 merge request!806AWS Lambda
......@@ -33,8 +33,9 @@ public class PrimingResource implements OrderedResource {
@Override
public void afterRestore(Context<? extends Resource> context) throws Exception {
ServletUtil.CALC_EXECUTOR.shutdown();
ServletUtil.TASK_EXECUTOR.shutdown();
System.out.println("After restore");
// ServletUtil.CALC_EXECUTOR.shutdown();
// ServletUtil.TASK_EXECUTOR.shutdown();
}
private void updateParameter() throws SsmException {
......
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