추론 실행 영구제외 조건 추가
추론 결과 UID 앞 8자리 추가 종료->완료, 종료->강제종료 상태 변경
This commit is contained in:
@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
|
||||
@Component
|
||||
public class ExternalJarRunner {
|
||||
|
||||
private static final long TIMEOUT_MINUTES = 30;
|
||||
private static final long TIMEOUT_MINUTES = TimeUnit.DAYS.toMinutes(3);
|
||||
|
||||
/**
|
||||
* shp 파일 생성
|
||||
|
||||
Reference in New Issue
Block a user