|
|
@@ -52,7 +52,7 @@ public class TsbCustomerTask {
|
|
|
* @author jsshin
|
|
|
* @since 2021. 03. 08
|
|
|
*/
|
|
|
- @Scheduled(cron = "${cron.customer.dormant.schedule}")
|
|
|
+// @Scheduled(cron = "${cron.customer.dormant.schedule}")
|
|
|
// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void dormantScheduleJob() throws Exception {
|
|
|
@@ -66,7 +66,7 @@ public class TsbCustomerTask {
|
|
|
* @author jsshin
|
|
|
* @since 2021. 03. 08
|
|
|
*/
|
|
|
- @Scheduled(cron = "${cron.customer.dormant.transform}")
|
|
|
+// @Scheduled(cron = "${cron.customer.dormant.transform}")
|
|
|
// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void dormantTransformJob() throws Exception {
|
|
|
@@ -80,7 +80,7 @@ public class TsbCustomerTask {
|
|
|
* @author jsshin
|
|
|
* @since 2021. 03. 08
|
|
|
*/
|
|
|
- @Scheduled(cron = "${cron.customer.secede.process}")
|
|
|
+// @Scheduled(cron = "${cron.customer.secede.process}")
|
|
|
// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void secedeProcessJob() throws Exception {
|
|
|
@@ -94,7 +94,7 @@ public class TsbCustomerTask {
|
|
|
* @author jsshin
|
|
|
* @since 2021. 05. 06
|
|
|
*/
|
|
|
- @Scheduled(cron = "${cron.customer.privacy.policy.notice}")
|
|
|
+// @Scheduled(cron = "${cron.customer.privacy.policy.notice}")
|
|
|
// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void privacyPolicyNoticeJob() throws Exception {
|
|
|
@@ -108,7 +108,7 @@ public class TsbCustomerTask {
|
|
|
* @author jsshin
|
|
|
* @since 2021. 05. 06
|
|
|
*/
|
|
|
- @Scheduled(cron = "${cron.customer.marketing.agreement.notice}")
|
|
|
+// @Scheduled(cron = "${cron.customer.marketing.agreement.notice}")
|
|
|
// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void marketingAgreementNoticeJob() throws Exception {
|
|
|
@@ -122,7 +122,7 @@ public class TsbCustomerTask {
|
|
|
* @author jsshin
|
|
|
* @since 2021. 05. 06
|
|
|
*/
|
|
|
- @Scheduled(cron = "${cron.customer.grade.change}")
|
|
|
+// @Scheduled(cron = "${cron.customer.grade.change}")
|
|
|
// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void gradeChangeJob() throws Exception {
|
|
|
@@ -135,7 +135,7 @@ public class TsbCustomerTask {
|
|
|
* @author gagamel
|
|
|
* @since 2021. 5. 10
|
|
|
*/
|
|
|
- @Scheduled(cron = "${cron.customer.netpathy.sync}")
|
|
|
+// @Scheduled(cron = "${cron.customer.netpathy.sync}")
|
|
|
// @Scheduled(fixedDelay = 360000)
|
|
|
@Async
|
|
|
public void syncronizeNetpathyMailCustomerInfo() throws Exception {
|