Age | Commit message (Expand) | Author |
2021-08-31 | Naming: service -> plugin | Valery Piashchynski |
2021-08-26 | Move drivers to the plugin's root. | Valery Piashchynski |
2021-08-18 | Increase exec timeout in the TestSupervisedPool_ExecWithDebugMode | Valery Piashchynski |
2021-08-17 | Update to go 1.17 | Valery Piashchynski |
2021-08-15 | Update dockerfiles (use ubuntu instead of arch), replace heavy | Valery Piashchynski |
2021-08-15 | Timeout to prevent process is not ready error | Valery Piashchynski |
2021-08-14 | Kill worker instead of stop while error occured. | Valery Piashchynski |
2021-08-14 | Wait for a second to prevent Process not ready error | Valery Piashchynski |
2021-08-14 | Update broadcast tests, add redis flusing. Initial impl of the job | Valery Piashchynski |
2021-08-13 | Add sleep timeout to the Test_StaticPool_JobError | Valery Piashchynski |
2021-08-09 | Update goridge to v3.2.0, update all frames operations. | Valery Piashchynski |
2021-08-03 | In a rare cases, when user set small timeout to allocate a worker, | Valery Piashchynski |
2021-07-22 | Linters | Valery Piashchynski |
2021-07-22 | Benchmark tests comments | Valery Piashchynski |
2021-07-22 | Update Echo bench | Valery Piashchynski |
2021-07-22 | Update static_pool_batched test | Valery Piashchynski |
2021-07-22 | BC for the Pool, worker interfaces, pass/return payload by pointer | Valery Piashchynski |
2021-07-19 | Worker watcher interface update. | Valery Piashchynski |
2021-07-14 | Merge master | Valery Piashchynski |
2021-07-14 | Merge remote-tracking branch 'origin/master' into feature/jobs_plugin | Valery Piashchynski |
2021-07-14 | Fix TTL issue, added explanation comments. | Valery Piashchynski |
2021-07-11 | Update JOBS interface, Renamed Consume -> Run. | Valery Piashchynski |
2021-07-10 | Move interfaces to its consumers | Valery Piashchynski |
2021-06-26 | - Merge master branch | Valery Piashchynski |
2021-06-26 | Merge remote-tracking branch 'origin/master' into feature/jobs_plugin | Valery Piashchynski |
2021-06-26 | - Add more tests | Valery Piashchynski |
2021-06-25 | - Fix bug with an exec_ttl reallocation issue | Valery Piashchynski |
2021-06-23 | - Swithc from value to pointer to the pool configuration. Interface | Valery Piashchynski |
2021-06-21 | - Rework dispatcher, pipeline, job (not completely) | Valery Piashchynski |
2021-06-13 | - Optimize sync_worker payload exec | Valery Piashchynski |
2021-06-03 | - Do not write an error into the responseWriter if this is internal | Valery Piashchynski |
2021-05-27 | - Update Makefile | Valery Piashchynski |
2021-05-27 | - Update all main abstractions | Valery Piashchynski |
2021-05-20 | - Update linters | Valery Piashchynski |
2021-05-13 | - Remove unsafe casting (replace with a less unsafe) | Valery Piashchynski |
2021-05-06 | - Fix bug with exec_ttl | Valery Piashchynski |
2021-04-30 | - Make development log colored | Valery Piashchynski |
2021-04-19 | - Add tests, update Informer implementation | Valery Piashchynski |
2021-03-28 | - Remove debug code | Valery Piashchynski |
2021-03-28 | - Fix bug with the worker reallocating during the response | Valery Piashchynski |
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 |
2021-02-16 | On some test envs with limited resources, goroutine in the | Valery Piashchynski |
2021-02-16 | Add support for flag overwriting | Valery Piashchynski |
2021-02-10 | Rewrite container for the workers | Valery Piashchynski |
2021-02-08 | BaseProcess interface as a return type in the worker_watcher,pool and | Valery Piashchynski |
2021-02-08 | Push worker to the stack typo | Valery Piashchynski |
2021-02-06 | Correct memcached Plugin RPC methods (remove redundant checks, user | Valery Piashchynski |
2021-02-05 | Faster toString convertation (only for the english) | Valery Piashchynski |
2021-02-05 | handle worker state before sending to the exec | Valery Piashchynski |