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

test

parent 5e0208a1
No related branches found
No related tags found
Loading
package gov.usgs.earthquake.nshmp.www; package gov.usgs.earthquake.nshmp.www;
import java.nio.file.Path; import java.nio.file.Path;
import java.util.logging.Logger;
import org.crac.Context; import org.crac.Context;
import org.crac.Resource; import org.crac.Resource;
...@@ -34,7 +35,8 @@ public class PrimingResource implements OrderedResource { ...@@ -34,7 +35,8 @@ public class PrimingResource implements OrderedResource {
@Override @Override
public void afterRestore(Context<? extends Resource> context) throws Exception { public void afterRestore(Context<? extends Resource> context) throws Exception {
// Reset executors on restore as Shutdown event does not fire on AWS lambda // Reset executors on restore as Shutdown event does not fire on AWS lambda
ServletUtil.resetExecutors(); Logger.getAnonymousLogger().info("TEst no reset");
// ServletUtil.resetExecutors();
} }
private void updateParameter() throws SsmException { 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