package
1.10.9
Repository: https://github.com/yukimochi/machinery-v1.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

BackendFactory creates a new object of backends.Interface Currently supported backends are AMQP/S and Memcache.
BrokerFactory creates a new object of iface.Broker Currently only AMQP/S broker is supported.
LockFactory creates a new object of iface.Lock Currently supported lock is redis.
NewServer creates Server instance.
NewServerWithBrokerBackend ...
ParseRedisSocketURL extracts Redis connection options from a URL with the redis+socket:// scheme.
ParseRedisURL ...
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.