[github.com/rylio/queue](https://github.com/rylio/queue)
Execute tasks in parallel with a concurrency limit
[github.com/bgentry/que-go](https://github.com/bgentry/que-go)
An interoperable Golang port of the Ruby Que queuing library for PostgreSQL
[goworker](http://www.goworker.org/)
goworker is a Go-based background worker that runs 10 to 100,000\* times faster than Ruby-based workers.
goworker is compatible with Resque, so you can push your jobs with Rails and Resque, and consume them with Go in the background.
[machinery](https://github.com/RichardKnop/machinery)
Machinery is an asynchronous task queue/job queue based on distributed message passing.
本条目发布于[2017年6月29日](https://c4ys.com/archives/962 "10:28")。属于[Golang](https://c4ys.com/archives/category/golang)分类,被贴了 [golang](queue(https://c4ys.com/archives/tag/queue) 标签。