142599b4 by 冯轩

MOD:sleep

1 parent 22c2060f
......@@ -1528,9 +1528,9 @@ class SECMSView(GenericView):
is_fsm=1 if fsm_contract else 0
# 测试是否单线程
self.running_log.info('接到请求,准备sleep')
time.sleep(10)
self.running_log.info('sleep结束')
#self.running_log.info('接到请求,准备sleep')
#time.sleep(10)
#self.running_log.info('sleep结束')
auto_class = HILAutoSettlement if business_type in consts.HIL_SET else AFCAutoSettlement
auto_obj = auto_class.objects.filter(application_id=application_id).first()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!