//
pkg.gl
Category
github.com/ThreeAndTwo/machinery
v2
package
1.9.5
Repository:
https://github.com/threeandtwo/machinery.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
21
Dependents
0
Files
656 SLOC
#
Functions
NewServer
NewServer creates Server instance.
RedactURL
No description provided by the author
#
Variables
ErrWorkerQuitAbruptly
ErrWorkerQuitGracefully is return when worker quit abruptly.
ErrWorkerQuitGracefully
ErrWorkerQuitGracefully is return when worker quit gracefully.
#
Structs
Server
Server is the main Machinery object and stores all configuration All the tasks workers process are registered against the server.
Worker
Worker represents a single worker process.