MOD:sleep
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -1528,9 +1528,9 @@ class SECMSView(GenericView): | ... | @@ -1528,9 +1528,9 @@ class SECMSView(GenericView): |
1528 | is_fsm=1 if fsm_contract else 0 | 1528 | is_fsm=1 if fsm_contract else 0 |
1529 | 1529 | ||
1530 | # 测试是否单线程 | 1530 | # 测试是否单线程 |
1531 | self.running_log.info('接到请求,准备sleep') | 1531 | #self.running_log.info('接到请求,准备sleep') |
1532 | time.sleep(10) | 1532 | #time.sleep(10) |
1533 | self.running_log.info('sleep结束') | 1533 | #self.running_log.info('sleep结束') |
1534 | 1534 | ||
1535 | auto_class = HILAutoSettlement if business_type in consts.HIL_SET else AFCAutoSettlement | 1535 | auto_class = HILAutoSettlement if business_type in consts.HIL_SET else AFCAutoSettlement |
1536 | auto_obj = auto_class.objects.filter(application_id=application_id).first() | 1536 | auto_obj = auto_class.objects.filter(application_id=application_id).first() | ... | ... |
-
Please register or sign in to post a comment