forked from cahitbeyaz/job-worker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cahit beyaz
authored
Apr 11, 2017
1 parent
80b756a
commit 75a325f
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# go-job-worker | ||
|
||
[![Build Status](https://travis-ci.org/beyazc/job-worker.svg?branch=master)](https://travis-ci.org/beyazc/job-worker) | ||
|
||
Job/Worker pattern example in golang . Most of the code is taken from http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang/ , Missing parts in the post are added. | ||
|
||
You can read http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang/ for more information |