Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-micro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
without authentication
meibuyu-micro
Commits
8b79eb5d
Commit
8b79eb5d
authored
Apr 18, 2022
by
Liu lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批处理日志 数量改为36 防止占位符写入过多失败
parent
1ba12885
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
LogTraceAspect.php
src/Aspect/LogTraceAspect.php
+1
-1
RedisQueueBatchHandler.php
src/Handler/RedisQueueBatchHandler.php
+1
-1
No files found.
src/Aspect/LogTraceAspect.php
View file @
8b79eb5d
...
...
@@ -49,7 +49,7 @@ class LogTraceAspect extends AbstractAspect
'request_id'
=>
$requestId
,
'error_msg'
=>
error_get_last
()
],
$originParams
),
str_replace
(
'\\'
,
'_'
,
$proceedingJoinPoint
->
className
)
.
'/'
.
$proceedingJoinPoint
->
methodName
'/'
.
$proceedingJoinPoint
->
methodName
.
'/'
.
date
(
'Ymd'
)
.
'.txt'
);
});
$result
=
$proceedingJoinPoint
->
process
();
...
...
src/Handler/RedisQueueBatchHandler.php
View file @
8b79eb5d
...
...
@@ -16,7 +16,7 @@ abstract class RedisQueueBatchHandler
const
MAX_RETRY_TIMES
=
3
;
const
BATCH_DEAL_NUM
=
100
;
const
BATCH_DEAL_NUM
=
36
;
const
ERROR_RETRY_CODE
=
9000
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment