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
5f29675a
Commit
5f29675a
authored
Mar 02, 2023
by
chentianyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge remote-tracking branch 'origin/develop-2.2.0' into 2.2
parent
5d7f10d5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
LogTraceQueue.php
src/Handler/LogTrace/LogTraceQueue.php
+1
-1
RedisQueueBatchHandler.php
src/Handler/RedisQueueBatchHandler.php
+1
-0
No files found.
src/Handler/LogTrace/LogTraceQueue.php
View file @
5f29675a
...
...
@@ -14,7 +14,7 @@ class LogTraceQueue extends RedisQueueBatchHandler
protected
function
specifyQueueName
()
{
$this
->
createLogTraceTable
();
return
env
(
'APP_NAME'
)
.
'
:
LogTraceQueue'
;
return
env
(
'APP_NAME'
)
.
'
-
LogTraceQueue'
;
}
protected
function
specifyRedisServer
()
:
Redis
...
...
src/Handler/RedisQueueBatchHandler.php
View file @
5f29675a
...
...
@@ -95,6 +95,7 @@ abstract class RedisQueueBatchHandler
}
}
else
{
$this
->
redis
->
lTrim
(
$this
->
queue_name
,
count
(
$arr
),
-
1
);
$this
->
retry
=
0
;
$this
->
errorWriteToFile
(
$formatArr
,
$exception
);
}
...
...
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