mirror of
https://github.com/hibiken/asynq.git
synced 2025-09-19 13:21:58 +08:00
conventions
This commit is contained in:

committed by
Ken Hibino

parent
55d0610a03
commit
ebd7a32c0f
@@ -27,7 +27,7 @@ type processor struct {
|
||||
broker base.Broker
|
||||
|
||||
handler Handler
|
||||
baseCtxFn BaseCtxFn
|
||||
baseCtxFn func() context.Context
|
||||
|
||||
queueConfig map[string]int
|
||||
|
||||
@@ -72,7 +72,7 @@ type processor struct {
|
||||
type processorParams struct {
|
||||
logger *log.Logger
|
||||
broker base.Broker
|
||||
baseCtxFn BaseCtxFn
|
||||
baseCtxFn func() context.Context
|
||||
retryDelayFunc RetryDelayFunc
|
||||
isFailureFunc func(error) bool
|
||||
syncCh chan<- *syncRequest
|
||||
|
Reference in New Issue
Block a user