Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-03 | Eliminate possible data race | Valery Piashchynski | |
2020-03-03 | Fix typos | Valery Piashchynski | |
Update signals handling mechanism http proper stopping | |||
2020-02-23 | Fix broken imports | Valery Piashchynski | |
2020-02-23 | Add FW to removes and deletes | Valery Piashchynski | |
2020-02-17 | Remove unused errors | Valery Piashchynski | |
Put reload service import in proper place | |||
2020-02-17 | Add reload service | Valery Piashchynski | |
Start to implement Watcher | |||
2020-02-11 | Move pprof from pprof.go to root.go | Valery Piashchynski | |
2020-02-11 | Process error from stop.go cobra CLI | Valery Piashchynski | |
2020-02-11 | Add pprof endpoint | Valery Piashchynski | |
2020-02-10 | Add 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-25 | lint | wppd | |
2019-12-25 | add gzip handler | wppd | |
2019-12-23 | - the ability to specify config via JSON string | Wolfy-J | |
2019-12-23 | - test fixes | Wolfy-J | |
2019-10-12 | adds a health service for determining the status of the workers | Alex 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-06 | golint and go fmt | Wolfy-J | |
2019-06-27 | more rpc methods for app metrics | Wolfy-J | |
2019-06-26 | worker memory usage tracking for http | Wolfy-J | |
2019-06-25 | Feature: Add metrics to limit controller for ↵ | Dmitry Patsura | |
rr_limit_max_execution_time/rr_limit_max_memory | |||
2019-06-25 | prometheus | Wolfy-J | |
2019-06-24 | go fmt | Wolfy-J | |
2019-06-24 | added ability to include external configs | Wolfy-J | |
2019-06-24 | polishing fastcgi integration, polishing headers service (splitted from http) | Wolfy-J | |
2019-06-12 | Feature(rr): Serve - dont ignore error from container.Serve | Dmitry Patsura | |
2019-05-24 | Print errors to stderr | Dmitry Lihachev | |
2019-05-22 | fix stop command | Wolfy-J | |
2019-05-21 | added CE build (+jobs +grpc) | Wolfy-J | |
2019-05-21 | added CE build (+jobs +grpc) | Wolfy-J | |
2019-05-05 | cs | Wolfy-J | |
2019-05-05 | cs | Wolfy-J | |
2019-05-05 | testing limits | Wolfy-J | |
2019-05-04 | renamings | Wolfy-J | |
2019-05-04 | watchers renamed to controllers | Wolfy-J | |
2019-05-04 | polish | Wolfy-J | |
2019-05-04 | minor cs | Wolfy-J | |
2019-05-04 | sample config | Wolfy-J | |
2019-05-03 | watching | Wolfy-J | |
2019-05-03 | new watchers functionality | Wolfy-J | |
2019-05-03 | new watchers functionality | Wolfy-J | |
2019-05-03 | better status | Wolfy-J | |
2019-05-03 | better worker removal mechanism | Wolfy-J | |
2019-05-03 | added pool watcher capability | Wolfy-J | |
2019-05-02 | CS on config | Wolfy-J | |
2019-05-02 | embedding env variables to config | Wolfy-J | |
2019-05-02 | stop command added | Wolfy-J | |
2019-02-21 | Rename MaxRequest config param | valentin v / vvval | |
Added MaxRequestSize param, previous one is marked as deprecated, now they are merged | |||
2019-02-14 | CS | Wolfy-J | |
2019-02-14 | version bump | Wolfy-J | |
2019-01-05 | override config flags | Wolfy-J | |
2019-01-05 | elapsed time for requests | Wolfy-J | |