Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ctx ¶
type Ctx struct {
// contains filtered or unexported fields
}
Ctx implements Faktory's `manager.Context`. Duplicated from https://github.com/contribsys/faktory/blob/v1.8.0/manager/middleware.go#L24-L40
func (Ctx) Reservation ¶
func (c Ctx) Reservation() *manager.Reservation
type RequeueSubsystem ¶
type RequeueSubsystem struct{}
RequeueSubsystem allows a client to indicate that it is not able to complete the job and that it should be retried.
func (*RequeueSubsystem) Name ¶
func (r *RequeueSubsystem) Name() string
Name returns the name of the plugin.
Click to show internal directories.
Click to hide internal directories.