summaryrefslogtreecommitdiff
path: root/plugins/server/config.go
AgeCommit message (Collapse)Author
2021-05-13- Update testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
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-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-05Add dput.cf file for the ubuntu launchpadValery Piashchynski
Add a lot of comments to the exported functions
2020-12-26Huge tests refactoring. Reduce running time 2-3x timesValery Piashchynski
2020-12-25Move root plugins to the pkgValery Piashchynski
2020-12-25Initial commit of experimentValery Piashchynski
2020-12-21Move plugins to the roadrunner-plugins repositoryValery Piashchynski
2020-11-16Rename app->serverValery Piashchynski
Rename Config -> PoolConfig