@@ -73,6 +73,7 @@ public class TsbDisplayTask {
* @throws Exception
*/
@Scheduled(cron = "${cron.display.recently.reg.goods.create}")
+ //@Scheduled(fixedDelay = 3500000)
@Async
public void recentlyRegGoodsCreateJob() throws Exception {
recentlyRegGoodsJob.runById("cron.display.recently.reg.goods.create");
@@ -382,7 +382,7 @@
</update>
<!--상품 검색어 작업 - 사용자검색어 없는 상품 일괄 -->
- <update id="updateGoodsSnmByGoodsSnm1Null">
+ <update id="updateGoodsSnmByGoodsSnm1Null" timeout="360">
/* TsbGoods.updateGoodsSnmByGoodsSnm1Null */
UPDATE TB_GOODS A, (
WITH TMP_COLOR_GOODS AS (