issues Search Results · repo:jiajunhuang/gotasks language:Go
Filter by
4 results
(51 ms)4 results
injiajunhuang/gotasks (press backspace or delete to remove)In the examples/consumer/main.go, we need to register the handlers first L29. Then the producer is able to enqueue one
of the registered jobs (corresponding to the handlers).
Is it possible that we don ...
dingweihua
- 3
- Opened on Apr 15, 2021
- #7
您好,有个问题想请教下,gotasks.runHandlers方法里有下面这段代码:
if task.CurrentHandlerIndex i {
log.Printf( skip step %d of task %s because it was executed successfully , i, task.ID)
continue
}
请问什么情况想task.CurrentHandlerIndex ...
Kline-x
- 16
- Opened on Apr 13, 2021
- #6
Is there any document on this project?
I m a totally beginner on Go task queue. It s not that easy to understand the demo example. So do you plan to add any
document to help us have a better understanding ...
dingweihua
- 3
- Opened on Apr 9, 2021
- #5
如题所示,假设演示代码中
handler2 := func(args gotasks.ArgsMap) (gotasks.ArgsMap, error) {
time.Sleep(time.Duration(1) * time.Second)
panic( test )
return args, nil
}
加入异步队列之后,会发生 panic,但是 Retry ...
0xDkd
- 1
- Opened on Jan 8, 2021
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.