1
0
Fork 0
Platform for running Go daemon programs. Started as a weekend project, ended up in production
Go to file
Gregory Eremin e21ffb6eb4 There's no need to balance the number of workers
Goroutines are too cheap to bother
2015-10-27 03:52:54 +03:00
caller Caller now accepts any unmarshal functions; JSON is used by default 2015-10-17 01:08:14 +03:00
example Move all stats related code to stats package 2015-10-27 02:54:00 +03:00
stats Implement configurable scaling PoC 2015-10-27 03:33:04 +03:00
vendor/github.com Make use of git submodules and GO15VENDOREXPERIMENT env variable 2015-10-17 05:58:55 +03:00
.gitignore Add a gitignore file 2015-10-17 01:14:46 +03:00
.gitmodules Wrong indentation in submodules file lol 2015-10-17 06:00:51 +03:00
LICENCE Add caller package 2015-10-14 00:08:45 +03:00
daemon.go Customizable logger 2015-10-24 19:25:16 +03:00
satan.go There's no need to balance the number of workers 2015-10-27 03:52:54 +03:00