summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)Author
2020-03-03Eliminate possible data raceValery Piashchynski
2020-03-03Fix typosValery Piashchynski
Update signals handling mechanism http proper stopping
2020-02-23Fix broken importsValery Piashchynski
2020-02-23Add FW to removes and deletesValery Piashchynski
2020-02-17Remove unused errorsValery Piashchynski
Put reload service import in proper place
2020-02-17Add reload serviceValery Piashchynski
Start to implement Watcher
2020-02-11Move pprof from pprof.go to root.goValery Piashchynski
2020-02-11Process error from stop.go cobra CLIValery Piashchynski
2020-02-11Add pprof endpointValery Piashchynski
2020-02-10Add go.sum to VCS (it contains hashes, so, should be commited)Valery Piashchynski
Return and process error from cprint and exit.go functions Update build.sh, remove LDFLAGS and CGO directives
2019-12-25lintwppd
2019-12-25add gzip handlerwppd
2019-12-23- the ability to specify config via JSON stringWolfy-J
2019-12-23- test fixesWolfy-J
2019-10-12adds a health service for determining the status of the workersAlex Price
This commit adds a health service which ensures that at least one worker is active. Uses `isActive()` to determine if the worker is ready. The health service runs on a seperate address. Will return a HTTP 200 if health, HTTP 500 otherwise. Fixes #192 Signed-off-by: Alex Price <[email protected]>
2019-09-06golint and go fmtWolfy-J
2019-06-27more rpc methods for app metricsWolfy-J
2019-06-26worker memory usage tracking for httpWolfy-J
2019-06-25Feature: Add metrics to limit controller for ↵Dmitry Patsura
rr_limit_max_execution_time/rr_limit_max_memory
2019-06-25prometheusWolfy-J
2019-06-24go fmtWolfy-J
2019-06-24added ability to include external configsWolfy-J
2019-06-24polishing fastcgi integration, polishing headers service (splitted from http)Wolfy-J
2019-06-12Feature(rr): Serve - dont ignore error from container.ServeDmitry Patsura
2019-05-24Print errors to stderrDmitry Lihachev
2019-05-22fix stop commandWolfy-J
2019-05-21added CE build (+jobs +grpc)Wolfy-J
2019-05-21added CE build (+jobs +grpc)Wolfy-J
2019-05-05csWolfy-J
2019-05-05csWolfy-J
2019-05-05testing limitsWolfy-J
2019-05-04renamingsWolfy-J
2019-05-04watchers renamed to controllersWolfy-J
2019-05-04polishWolfy-J
2019-05-04minor csWolfy-J
2019-05-04sample configWolfy-J
2019-05-03watchingWolfy-J
2019-05-03new watchers functionalityWolfy-J
2019-05-03new watchers functionalityWolfy-J
2019-05-03better statusWolfy-J
2019-05-03better worker removal mechanismWolfy-J
2019-05-03added pool watcher capabilityWolfy-J
2019-05-02CS on configWolfy-J
2019-05-02embedding env variables to configWolfy-J
2019-05-02stop command addedWolfy-J
2019-02-21Rename MaxRequest config paramvalentin v / vvval
Added MaxRequestSize param, previous one is marked as deprecated, now they are merged
2019-02-14CSWolfy-J
2019-02-14version bumpWolfy-J
2019-01-05override config flagsWolfy-J
2019-01-05elapsed time for requestsWolfy-J