repositories
/
poolifier.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fix: ensure worker choice strategy internals are reset
2023-08-19
Jérôme Benoit
fix: ensure worker choice strategy internals are reset
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
refactor: silence sonar
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
refactor: sensible defaults for worker choice strategy...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
fix: some more edges cases in the worker choice strategy...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
refactor: cleanup worker usage statistics code
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
test: add test for backPressure event emission
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
feat: untangle worker choice strategies tasks distribution...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
test: improve INTERLEAVED_WEIGHTED_ROUND_ROBIN strategy...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
Merge branch 'master' of github.com:poolifier/poolifier
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
fix: fix worker choice strategy retries mechanism on...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
chore: v2.6.30
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
fix: ensure worker node cannot be instantiaed without...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
refactor: factor out worker public API input sanity...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
fix: ensure pool event full is emitted only once
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-19
Jérôme Benoit
fix: fix back pressure detection
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
Merge branch 'master' of github.com:poolifier/poolifier
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
refactor: move back pressure event emission in the...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
chore: v2.6.29
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
build(deps-dev): apply updates
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
refactor: comment out unused code
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
docs: improve backPressure event documentation
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
docs: refine tasks concurrency task queue options description
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
test: improve multiple task functions worker usage...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
docs: white space cleanup in code comment
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
fix: spell fix in error message
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
fix: fix race condition at counting executing tasks...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
docs: refine changelog entries
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
fix: fix back pressure event emission semantic
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
fix: ensure task function worker usage is updated if...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
fix: reset worker choice strategies retries count
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
refactor: cleanup worker options handling code
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
build(deps-dev): apply updates
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
fix: fix error message after worker choice strategies...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
feat: add worker choice strategies retry mechanism
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
docs: add scope on pool public API
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-18
Jérôme Benoit
refactor: cleanup worker node back pressure API
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-17
Jérôme Benoit
docs: add missing code comments
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-17
Jérôme Benoit
feat: introduce worker node queue back pressure detection
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-17
Jérôme Benoit
refactor: move message channel property from worker...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-17
Jérôme Benoit
docs: add changelog entries
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-17
Jérôme Benoit
fix: fix listTaskFunctions() reliabilty on the pool...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-17
Jérôme Benoit
fix: fix race condition between ready and task functions...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-17
Jérôme Benoit
docs: spell fix in README.md
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-17
Jérôme Benoit
refactor: use object destructuration at handling task...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
fix: fix task function names property in worker-node
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
Merge branch 'master' of github.com:poolifier/poolifier
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
fix: avoid duplicate per task function name usage statistics
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
chore: v2.6.28
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
refactor: cleanups
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
docs: add changelog entry
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
fix: ensure pool workers are properly initialized
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
perf: remove unneeded branching in message handling...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
fix: fix possible null property exception in examples
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
refactor: cleanup worker message handling code
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
Merge branch 'master' of github.com:poolifier/poolifier
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
refactor: cleanup message passing code
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
refactor: more object destructuration cleanup in examples
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
refactor: cleanup object destructuration in examples
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
Merge branch 'master' of github.com:poolifier/poolifier
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
docs: spell fixes to README.md
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
build: fix dependabot configuration
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
docs: refine README.md
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
docs: add changelog entry
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
feat: add express-hybrid-pool example
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-16
Jérôme Benoit
feat: add express cluster pool example
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
Merge branch 'master' of github.com:poolifier/poolifier
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
docs: add missing killHandler worker options documentation
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
refactor: cleanup handlers
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
docs: refine docs/api.md
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
chore: v2.6.27
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
build: refine linter configuration
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
fix: fix fastify-worker_threads example
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
fix: fix kill handler usage in examples
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
fix: fix ws server example kill handler usage
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
docs: add changelog entry
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
feat: add destroy event to pool API
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
build(deps-dev): apply updates
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
Merge branch 'master' of github.com:poolifier/poolifier
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
refactor: use kill handler in examples
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
Merge branch 'master' of github.com:poolifier/poolifier
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
docs: use kill handler in ws-cluster example
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
chore: v2.6.26
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
build: refine prettier configuration
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
fix: test task function name only if the received from...
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
build: fix prettier configuration
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
docs: add changelog entry
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
fix: fix error type at public method arguments handling
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
build: fix prettier configuration
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
feat: sync task function names in pool
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
refactor: cleanup promise usage code
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
refactor: add response type to SMTP client pool example
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-15
Jérôme Benoit
feat: smtp client pool example
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-14
Jérôme Benoit
fix: emit error event if a dynamic worker destroy fails
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-14
Jérôme Benoit
refactor: refine worker message handling error messsage
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-14
Jérôme Benoit
refactor: refine worker termination error message
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-14
Jérôme Benoit
refactor: cleanup worker catch clause
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-14
Jérôme Benoit
feat: add worker kill handler success or failure reporting
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-14
Jérôme Benoit
feat: add support for async kill handler
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-14
Jérôme Benoit
build(deps-dev): apply updates
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
2023-08-14
Jérôme Benoit
refactor: remove duplicate import in examples
Signed-off-by: Jérôme Benoit <
jerome.benoit@sap.com
>
commit
|
commitdiff
|
tree
next