https://github.com/arriqaaq/workerqueue
https://github.com/arriqaaq/workerqueue
concurrent-programming concurrent-queues golang worker-pool
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arriqaaq/workerqueue
- Owner: arriqaaq
- License: mit
- Created: 2018-05-31T21:29:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T06:26:04.000Z (almost 7 years ago)
- Last Synced: 2023-03-02T21:50:55.551Z (over 3 years ago)
- Topics: concurrent-programming, concurrent-queues, golang, worker-pool
- Language: Go
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Worker Queue
Implementation of a simple worker queue module, as explained in the blog by marcio, with added functionality to handle jobs safely before exiting the worker
http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang/