summaryrefslogtreecommitdiff
path: root/.rr.yaml
AgeCommit message (Collapse)Author
2022-07-29Update .rr.yamlValery Piashchynski
2022-07-18update docs, CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-05-19update .rr.yaml and schemasValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-05-19update .rr.yaml and schemaValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-05-16fix schema2.0Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-05-16update schemasValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-04-05config: add file logger options to the `.rr.yaml` and schema2.0.jsonValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-02-17update configValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-02-17update config and schemaValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-15initial commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-09Remove .rr.yaml (provided in the roadrunner-binary repository)Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-04🐛 fix(bug): remove php command path validationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-02⚡v2.0.0Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-23- Remove unneeded mutex from the `http.Workers` method.Valery Piashchynski
- Rename `checker` plugin package to `status`, remove `/v1` endpoint prefix (#557) - Add static, headers, status, gzip plugins to the `main.go`. Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-16Add support for parsing env variables in the `.rr.yaml` configValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-16Update logger plugin. Now it's optionalValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-11Doc commentsValery Piashchynski
2021-02-07Update configValery Piashchynski
Endure updated to beta.23 Tests update
2021-02-03Fix memory leak in the Worker.goValery Piashchynski
2021-01-25Initial commit of the Temporal plugins setValery Piashchynski
2021-01-25Add new Supervisor test in the http pluginValery Piashchynski
Uniform supervisor config keys to use same notation as pool (10s, 10h not just 10)
2021-01-23Stabilization PRValery Piashchynski
2021-01-21Allow https to listen on unix socketsValery Piashchynski
2021-01-21Fix headers configsValery Piashchynski
Update rr.yaml Remove previous stderr messages when they were sent
2021-01-21Uniform all configsValery Piashchynski
Add debug server Check nil's for all plugin intialization
2021-01-15Use uniform snake case in the configs, fix critical issue with wrongValery Piashchynski
calculation of workers in stack at the Destroy stage
2021-01-15Viper doesn't support `yaml` structure tags, it uses mapstructureValery Piashchynski
instead
2021-01-13Update styly of the .rr.yamlValery Piashchynski
Add comments Add support for the automatically set RR_RPC, RR_HTTP env variables for the worker process.
2021-01-12Few improwementsValery Piashchynski
2021-01-07Fix compatibility issues, add tests to the CIValery Piashchynski
2021-01-05Finish implementation of the KVValery Piashchynski
2020-12-24Remove old keys from .rr.yamlValery Piashchynski
2020-12-24Remove local replace in the go.modValery Piashchynski
2020-12-23Initial implementation of serve, reset, workers commands for the RR2Valery Piashchynski
2020-12-22events listeners refactor, CLI initial commitValery Piashchynski
2020-12-21Finish redis pluginValery Piashchynski
2020-11-27Gzip pluginValery Piashchynski
2020-11-05add phpstan config, commented composer analyze in CIValery Piashchynski
2020-10-26mode updateValery Piashchynski
2020-10-13Initial commit of RR 2.0v2.0.0-alpha1Valery Piashchynski
2020-08-27Add static header test, update .rr.yamlValery Piashchynski
2020-05-16update RootCAValery Piashchynski
2020-04-22update build, readme, .rr.yamlValery Piashchynski
2020-02-23Merge branch 'rr_1.6.2' into file_watcher_moduleAnton Titov
2020-02-23Update .rr.yamlAnton Titov
2020-02-23- sample configWolfy-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-10-02Update .rr.yamlValentin V
2019-07-29sample configWolfy-J
2019-06-29Update .rr.yamlAnton Titov