package
1.9.5
Repository: https://github.com/threeandtwo/machinery.git
Documentation: pkg.go.dev

# Functions

NewServer creates Server instance.
No description provided by the author

# Variables

ErrWorkerQuitGracefully is return when worker quit abruptly.
ErrWorkerQuitGracefully is return when worker quit gracefully.

# Structs

Server is the main Machinery object and stores all configuration All the tasks workers process are registered against the server.
Worker represents a single worker process.