Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UniqSubsystem ¶
The UniqSubsytem generates a lock using redis to ensure jobs from the same queue, params and name are not queued more than once it follows the spec found at: https://github.com/contribsys/faktory/wiki/Ent-Unique-Jobs
func (*UniqSubsystem) Name ¶
func (u *UniqSubsystem) Name() string
returns the name of the subsystem or plugin
func (*UniqSubsystem) Reload ¶
func (u *UniqSubsystem) Reload(s *server.Server) error
reload - nothing needs to be done but the function must exist for subsystems
Click to show internal directories.
Click to hide internal directories.