summaryrefslogtreecommitdiff
path: root/cmd/rr
AgeCommit message (Collapse)Author
2023-02-16fix: command testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2023-01-15update version and testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-11-25fix: fix linters warningsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-11-25mod: update depsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-11-25chore: update .rr.yaml, use proper procs number when running in dockerValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-03-16cmd: update testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-15initial commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2020-12-08Merge changesValery Piashchynski
2020-12-08Merge remote-tracking branch 'origin/master' into 2.0Valery Piashchynski
# Conflicts: # .github/workflows/ci-build.yml # .gitignore # Dockerfile # Makefile # bin/rr # bors.toml # cmd/rr/cmd/root.go
2020-12-08Add `rr --version` flag supportParamtamtam
2020-10-13Initial commit of RR 2.0v2.0.0-alpha1Valery Piashchynski
2020-05-20fix test failingsValery Piashchynski
2020-05-19- sample configWolfy-J
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
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-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-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-05csWolfy-J
2019-05-05csWolfy-J
2019-05-05testing limitsWolfy-J
2019-05-04renamingsWolfy-J
2019-05-04minor csWolfy-J
2019-05-04sample configWolfy-J
2019-05-03new watchers functionalityWolfy-J
2019-05-03new watchers functionalityWolfy-J
2019-05-03added pool watcher capabilityWolfy-J
2019-05-02CS on 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