mirror of
https://github.com/hibiken/asynq.git
synced 2025-09-17 04:10:11 +08:00
docs: small fix on semantics
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user