Commit 8b79eb5d authored by Liu lu's avatar Liu lu

批处理日志 数量改为36 防止占位符写入过多失败

parent 1ba12885
...@@ -49,7 +49,7 @@ class LogTraceAspect extends AbstractAspect ...@@ -49,7 +49,7 @@ class LogTraceAspect extends AbstractAspect
'request_id'=>$requestId,'error_msg'=>error_get_last() 'request_id'=>$requestId,'error_msg'=>error_get_last()
],$originParams), ],$originParams),
str_replace('\\','_',$proceedingJoinPoint->className). str_replace('\\','_',$proceedingJoinPoint->className).
'/'.$proceedingJoinPoint->methodName '/'.$proceedingJoinPoint->methodName.'/'.date('Ymd').'.txt'
); );
}); });
$result = $proceedingJoinPoint->process(); $result = $proceedingJoinPoint->process();
......
...@@ -16,7 +16,7 @@ abstract class RedisQueueBatchHandler ...@@ -16,7 +16,7 @@ abstract class RedisQueueBatchHandler
const MAX_RETRY_TIMES = 3; const MAX_RETRY_TIMES = 3;
const BATCH_DEAL_NUM = 100; const BATCH_DEAL_NUM = 36;
const ERROR_RETRY_CODE = 9000; const ERROR_RETRY_CODE = 9000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment