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

test

parent 30f05043
No related branches found
No related tags found
1 merge request!806AWS Lambda
......@@ -112,12 +112,14 @@ public class ServletUtil {
@EventListener
void shutdown(ShutdownEvent event) {
java.util.logging.Logger.getAnonymousLogger().info("shutdown");
CALC_EXECUTOR.shutdown();
TASK_EXECUTOR.shutdown();
}
@EventListener
void startup(StartupEvent event) {
java.util.logging.Logger.getAnonymousLogger().info("startup");
if (!awsRuntime.isPresent()) {
HAZARD_MODEL = loadModel(modelPath);
}
......
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