modulepackage
0.0.0-20160909010522-70e946ec66c3
Repository: https://github.com/tsuru/monsterqueue.git
Documentation: pkg.go.dev
# README
monsterqueue
monsterqueue is a task queue implementation in Go with multiple backends.
Documentation
See http://godoc.org/github.com/tsuru/monsterqueue for instructions.
Backends
Supported queue backends are Redis and MongoDB.
# 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
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
A Job represents a enqueued job and it's returned by Queue.Enqueue() and Queue.EnqueueWait() and received by Task.Run().
No description provided by the author
Queue interface is implemented in mongodb and redis packages.
The application using this library is responsible for implementing the Task interface.