package
0.10.0-beta.4
Repository: https://github.com/bitmagnet-io/bitmagnet.git
Documentation: pkg.go.dev

# Functions

Concurrency configures Queue handlers to process jobs concurrently the default concurrency is the number of (v)CPUs on the machine running Queue.
Exec executes handler functions with a concrete timeout.
JobTimeout configures handlers with a time deadline for every executed job The timeout is the amount of time that can be spent executing the handler's Func when a timeout is exceeded, the job fails and enters its retry phase.
New creates new queue handlers for specific queues.

# Constants

No description provided by the author

# Structs

Handler handles jobs on a queue.

# Type aliases

Func is a function that Handlers execute for every Job on a queue.
Option is function that sets optional configuration for Handlers.