Que-go Alternatives
Similar projects and alternatives to que-go
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
que-go discussion
que-go reviews and mentions
-
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.
Stats
bgentry/que-go is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of que-go is Go.