Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-02 | âš¡v2.0.0 | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-24 | Fix pool behavior, update tests | Valery Piashchynski | |
2021-02-16 | Add support for parsing env variables in the `.rr.yaml` config | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-16 | On some test envs with limited resources, goroutine in the | Valery Piashchynski | |
Test_Static_Pool_Destroy_And_Close_While_Wait test might be executed after test ends. Add a little bit more time to wait this gorotutine Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-16 | Add support for flag overwriting | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-11 | Doc comments | Valery Piashchynski | |
2021-02-10 | Fix linters warnings | Valery Piashchynski | |
2021-02-10 | Rewrite container for the workers | Valery Piashchynski | |
Update tests | |||
2021-02-08 | BaseProcess interface as a return type in the worker_watcher,pool and | Valery Piashchynski | |
worker interface | |||
2021-02-08 | Push worker to the stack typo | Valery Piashchynski | |
2021-02-08 | Rewrite stack.Get operation w/o recursion calls | Valery Piashchynski | |
Add fast and slow paths | |||
2021-02-07 | Update config | Valery Piashchynski | |
Endure updated to beta.23 Tests update | |||
2021-02-06 | Correct memcached Plugin RPC methods (remove redundant checks, user | Valery Piashchynski | |
errors.E) | |||
2021-02-05 | Faster toString convertation (only for the english) | Valery Piashchynski | |
2021-02-05 | fmt-ed | Valery Piashchynski | |
2021-02-05 | handle worker state before sending to the exec | Valery Piashchynski | |
2021-02-04 | pre-rc stabilization of the interfaces and internal code | Valery Piashchynski | |
2021-02-03 | Increase channel cap for the tests | Valery Piashchynski | |
2021-02-03 | Fix memory leak in the Worker.go | Valery Piashchynski | |
2021-02-02 | Move worker states out of internal | Valery Piashchynski | |
2021-01-25 | Add new Supervisor test in the http plugin | Valery Piashchynski | |
Uniform supervisor config keys to use same notation as pool (10s, 10h not just 10) | |||
2021-01-24 | Fix TestSupervisedPool_MaxMemoryReached test | Valery Piashchynski | |
2021-01-24 | Test pipeline for the go 1.11,1.12,1.13,1.14 and recent version | Valery Piashchynski | |
2021-01-24 | Docs update | Valery Piashchynski | |
2021-01-24 | Add simple workflow documentation | Valery Piashchynski | |
2021-01-24 | TestSupervisedPool_MaxMemoryReached increase time for the GHA to | Valery Piashchynski | |
reconstruct a worker | |||
2021-01-24 | Update Pool and WorkerWatcher interfaces | Valery Piashchynski | |
2021-01-23 | interfaces folder deprecated | Valery Piashchynski | |
2021-01-23 | Stabilization PR | Valery Piashchynski | |
2021-01-21 | Fix headers configs | Valery Piashchynski | |
Update rr.yaml Remove previous stderr messages when they were sent | |||
2021-01-21 | Uniform all configs | Valery Piashchynski | |
Add debug server Check nil's for all plugin intialization | |||
2021-01-19 | Uniform all errors operations | Valery Piashchynski | |
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Update CI | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Fix incorrectly set environment variables in the server plugin | Valery Piashchynski | |
2021-01-15 | Add SpawnWorker tests to the pipes and sockets | Valery Piashchynski | |
2021-01-15 | Use uniform snake case in the configs, fix critical issue with wrong | Valery Piashchynski | |
calculation of workers in stack at the Destroy stage | |||
2021-01-15 | gofmt stack_test.go | Valery Piashchynski | |
2021-01-15 | Update worker_watcher stack tests | Valery Piashchynski | |
2021-01-15 | Move stack data structure to the separate file | Valery Piashchynski | |
2021-01-15 | Viper doesn't support `yaml` structure tags, it uses mapstructure | Valery Piashchynski | |
instead | |||
2021-01-13 | Add IdleTTL test | Valery Piashchynski | |
Add removed state to the worker before it being removed | |||
2021-01-13 | Update styly of the .rr.yaml | Valery Piashchynski | |
Add comments Add support for the automatically set RR_RPC, RR_HTTP env variables for the worker process. | |||
2021-01-05 | Finish implementation of the KV | Valery Piashchynski | |
2020-12-26 | Reorganize eventsv2.0.0-beta4 | Valery Piashchynski | |
2020-12-24 | Remove unnecessary mutex when adding worker to watcherv2.0.0-alpha30 | Valery Piashchynski | |
2020-12-23 | Initial implementation of serve, reset, workers commands for the RR2 | Valery Piashchynski | |
2020-12-22 | Redisighn factory interface (add event listeners as variadic)v2.0.0-alpha28 | Valery Piashchynski | |
2020-12-22 | events listeners refactor, CLI initial commit | Valery Piashchynski | |
2020-12-21 | Add some delay to the Test_StaticPool_Broken_Replace | Valery Piashchynski | |
2020-12-21 | Remove unused contex from interfaces. Update pool allocator. | Valery Piashchynski | |