Job/Worker pattern example in golang http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang/
-
Updated
Apr 11, 2017 - Go
8000
Job/Worker pattern example in golang http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang/
Easy to use worker pool with dynamic pool sizing.
auto scaling generic worker pool
go-work is a framework that takes many of the http framework abstractions (requests, status, middleware, etc) and applies them to generic work loads.
Scalable worker pool. Just give it a function and it will scale it for you :)
Add a description, image, and links to the worker-management topic page so that developers can more easily learn about it.
To associate your repository with the worker-management topic, visit your repo's landing page and select "manage topics."