Versions in this module Expand all Collapse all v0 v0.24.4 Oct 4, 2024 v0.24.3 Oct 4, 2024 Changes in this version + func GetMaxRetry(ctx context.Context) (n int, ok bool) + func GetQueueName(ctx context.Context) (qname string, ok bool) + func GetRetryCount(ctx context.Context) (n int, ok bool) + func GetTaskID(ctx context.Context) (id string, ok bool) + func New(base context.Context, msg *base.TaskMessage, deadline time.Time) (context.Context, context.CancelFunc)