mirror of
https://github.com/hibiken/asynq.git
synced 2024-12-25 07:12:17 +08:00
docs: small fix on semantics
This commit is contained in:
parent
ae478d5b22
commit
f4b56498f2
@ -634,7 +634,7 @@ func NewServerFromRedisClient(c redis.UniversalClient, cfg Config) *Server {
|
|||||||
// If the returned error is SkipRetry or an error wraps SkipRetry, retry is
|
// If the returned error is SkipRetry or an error wraps SkipRetry, retry is
|
||||||
// skipped and the task will be immediately archived instead.
|
// skipped and the task will be immediately archived instead.
|
||||||
//
|
//
|
||||||
// One exception to this rule is when ProcessTask returns a RevokeTask error.
|
// Another exception to this rule is when ProcessTask returns a RevokeTask error.
|
||||||
// If the returned error is RevokeTask or an error wraps RevokeTask, the task
|
// If the returned error is RevokeTask or an error wraps RevokeTask, the task
|
||||||
// will not be retried or archived.
|
// will not be retried or archived.
|
||||||
type Handler interface {
|
type Handler interface {
|
||||||
|
Loading…
Reference in New Issue
Block a user