This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Missed q.lock.Unlock() will cause panic (
#9705
)
tags/v1.12.0-dev
zeripath
GitHub
6 years ago
parent
196bc79af1
commit
b3e3ffafc4
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
modules/queue/queue_wrapped.go
+ 0
- 1
modules/queue/queue_wrapped.go
View File
@@ -62,7 +62,6 @@ func (q *delayedStarter) setInternal(atShutdown func(context.Context, func()), h
queue, err := NewQueue(q.underlying, handle, q.cfg, exemplar)
queue, err := NewQueue(q.underlying, handle, q.cfg, exemplar)
if err == nil {
if err == nil {
q.internal = queue
q.internal = queue
q.lock.Unlock()
break
break
}
}
if err.Error() != "resource temporarily unavailable" {
if err.Error() != "resource temporarily unavailable" {
Write
Preview
Loading…
Cancel
Save