summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-23[#879]: feat(pool): add `Reset` methodv2.6.3Valery Piashchynski
2021-12-23update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-23add Reset method to the poolValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-15chore(supervisor_pool): specify event in the logv2.6.2Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-15[#872]: bug(static_pool, debug mode): worker exited immediately after ↵Valery Piashchynski
obtaining the response
2021-12-15update go.modValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-15small refactoringValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-15update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-15Update static_pool and worker to wait response from the workerValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-14Merge pull request #870 from spiral/bug/supervisor-pool-timer-leakValery Piashchynski
[#870]: bug(pool,ww): unstopped ticker causes a memory leak
2021-12-14protect destroy operation with mutexValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-14protect pool operations and sync with workers checksValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-14update Go CI version to 1.17.5Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-14update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-14proper ww destroyValery Piashchynski
supervised pool ticket stop Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-13update issue templateValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-13new issue templatesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-09update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-04update Linux CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-04update bors.toml, Go version in the CI, and dependabot.ymlValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-01[#866]: tests(codecov): improve code coverageValery Piashchynski
2021-12-01improve codecovValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-01[#865]: refactoring(sdk): remove unused codeValery Piashchynski
2021-12-01remove unused codeValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-30[#864]: upd(vector): redundant workers killv2.6.0Valery Piashchynski
2021-11-30update vector, add more comments, remove redundand worker killValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-25update bors.tomlv2.6.0-rc.1Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-25[#863]: feat(worker): print bad header in case of CRC errorValery Piashchynski
2021-11-25update go version in the CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-25correct testsValery Piashchynski
update CHANGELOG Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-25update goridgeValery Piashchynski
print bad header in the error message Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-23[#862]: bug(pool, debug mode): zombie processes when the `pool.debug` mode ↵v2.6.0-beta.1Valery Piashchynski
is used
2021-11-23update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-23Update depsValery Piashchynski
Read process exit status to prevent zombie processes Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-07kill the worker received from the channelv2.6.0-alpha.5Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-07[#855]: fix(vector): non-blocking send in all casesValery Piashchynski
[#855]: fix(vector): non-blocking send in all cases
2021-11-07update vectorValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-07[#854]: upd(changelog): v2.5.1 changelog updateValery Piashchynski
[#854]: upd(changelog): v2.5.1 changelog update
2021-11-07update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-07[#852]: fix(vector): deadlock on the channel sendValery Piashchynski
[#852]: fix(vector): deadlock on the channel send
2021-11-06remove redundand error checkValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-06update worker's vectorValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-04[#848]: feat(worker_watcher): make a ww's `Destroy` context usefulValery Piashchynski
[#848]: feat(worker_watcher): make a ww's `Destroy` context useful
2021-11-04update golangci-lintValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-04Make a `Destroy` context usefulValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-02Update events messagesv2.6.0-alpha.4Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-01[#843]: upd(deps): own tcplistenv2.6.0-alpha.3Valery Piashchynski
[#843]: upd(deps): own tcplisten
2021-11-01update depsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-10-31[#842]: upd(listener): set `TCP_DEFER_ACCEPT` to falseValery Piashchynski
[#842]: upd(listener): set `TCP_DEFER_ACCEPT` to false
2021-10-31set TCP_DEFER_ACCEPT to false, because first operation might not be readValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>