cque
Tasqueue
cque | Tasqueue | |
---|---|---|
1 | 4 | |
2 | 408 | |
- | 0.0% | |
10.0 | 3.2 | |
over 6 years ago | about 2 months ago | |
Go | Go | |
MIT License | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cque
-
Show HN: Tasqueue – A simple, customisable distributed job/worker in Go
Noice! I am keen to give this a go.. the broker code are small and seems easy enough to implement for different backends.
having a quick glance, it does remind me a lot of que-go (https://github.com/bgentry/que-go) that is inspired by similar project written in ruby which use postgresql lock cleverly to take tasks from queue, work on it and release lock.
I liked the implementation so much and how easy it was to write worker for it, i ended up modifying it to use go channel (https://github.com/santrancisco/cque) as queue for worker task.. i used it in several personal projects over the years for cli tools that can leverage from having async tasks/jobs handle by workers.
Tasqueue
-
Are there any actively maintained or official Golang libraries for managing work queues?
asynq is pretty good. Used in prod at a lot of places. yes, the releases do lag. And some minor bugs, but other than that it could work for most use cases. There is also https://github.com/kalbhor/Tasqueue, the API is still very young, but its features are very promising.
- Show HN: Tasqueue – A simple, customisable distributed job/worker in Go
- Tasqueue : A distributed job/worker implementation with customer brokers & backends
- Distributed job/worker implementation. Code suggestions appreciated
What are some alternatives?
Asynq - Simple, reliable, and efficient distributed task queue in Go
xsync - Concurrent data structures for Go
tunny - A goroutine pool for Go
goque - Persistent stacks and queues for Go backed by LevelDB