build(deps-dev): apply updates
[poolifier.git] / src / pools / abstract-pool.ts
2024-03-18  Jérôme Benoitbuild(deps-dev): apply updates
2024-03-15  Jérôme Benoitfix: do not remove pool event user registered callbacks...
2024-03-07  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2024-03-07  Jérôme Benoitrefactor: cleanup eslint configuration
2024-02-22  Jérôme Benoitfix: fix null exception regression
2024-01-16  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2024-01-16  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2024-01-16  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2024-01-15  Jérôme Benoitfix: fix possible null exception at task finishing
2024-01-09  Jérôme BenoitMerge branch 'master' into combined-prs-branch
2024-01-09  Jérôme Benoitbuild(deps-dev): apply updates
2024-01-07  Jérôme Benoitfeat: expose the number of strategy retries in pool...
2024-01-06  Jérôme Benoitperf: optimize pool emptiness condition
2024-01-05  Jérôme BenoitMerge pull request #1834 from jerome-benoit/fix-dynamic...
2024-01-05  Jérôme Benoitfix: fix dynamic pool with minimum # of workers set...
2024-01-05  Jérôme Benoitdocs: add changelog entry
2024-01-05  Jérôme Benoitfix: emit pool error if continous tasks stealing on...
2024-01-04  Jérôme Benoitrefactor: cleanup some eslint rules disablement
2024-01-04  Jérôme BenoitMerge pull request #1833 from poolifier/combined-prs...
2024-01-04  Jérôme Benoitfix: avoid possible nullish exception
2024-01-04  Jérôme BenoitMerge branch 'master' into combined-prs-branch
2024-01-03  Jérôme Benoitfix: ensure worker node is defined before emitting
2024-01-03  Jérôme Benoitfix: ensure worker info is defined before accessing it
2024-01-03  Jérôme Benoitrefactor: cleanup unneeded no null assertion
2024-01-03  Jérôme Benoitfix: readd nullish checks on worker usage
2024-01-03  Jérôme Benoitbuild: make eslint configuration use strict type checking
2024-01-01  Jérôme Benoitrefactor: code cleanup
2024-01-01  Jérôme Benoitrefactor: cleanup dead code
2023-12-31  Jérôme Benoitfix: properly handle dynamic pool with zero minimum...
2023-12-31  Jérôme Benoitrefactor: remove unneeded worker choice strategy storag...
2023-12-30  Jérôme Benoitrefactor: renable standard JS linter rules
2023-12-27  Jérôme Benoitbuild: switch default to ESM
2023-12-27  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
2023-12-26  Jérôme Benoitrefactor: cleanup conditions
2023-12-26  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-12-24  Jérôme Benoitfix: refine pool statuses handling
2023-12-24  Jérôme Benoitfix: fix worker node cross tasks stealing
2023-12-22  Jérôme Benoitperf: avoid branching on pool type
2023-12-22  Jérôme Benoitperf: avoid branching on pool type
2023-12-21  Jérôme Benoitfix: fix possible null exception at pool destroying
2023-12-20  Jérôme Benoitrefactor: refine worker node existence test
2023-12-20  Jérôme BenoitMerge pull request #1782 from jerome-benoit/fix-worker...
2023-12-20  Jérôme BenoitMerge branch 'master' into fix-worker-readiness
2023-12-20  Jérôme Benoitfix: properly account worker choice retries for WRR
2023-12-19  Jérôme Benoitdocs: refine code comments
2023-12-19  Jérôme Benoitdocs: refine code comment
2023-12-19  Jérôme Benoitfix: ensure worker choice is retried at least the pool...
2023-12-18  Jérôme Benoitfix: fix pool destroying with tasks queuing enabled
2023-12-18  Jérôme Benoitfeat: add queued tasks end timeout support to worker...
2023-12-18  Jérôme Benoitperf: update worker choice strategies internal if needed
2023-12-17  Jérôme Benoitfix: refine possible null exception fix at task respons...
2023-12-17  Jérôme Benoitfix: fix possible null exception at handling task execu...
2023-12-17  Jérôme Benoitfix: wait for queued tasks to end at worker termination
2023-12-17  Jérôme Benoitrefactor: emit worker node event at task end
2023-12-16  Jérôme Benoitrefactor: cleanup worker error handling code
2023-12-16  Jérôme Benoitrefactor: factor out worker node termination code
2023-12-15  Jérôme Benoitrefactor: move worker setup into worker node constructor
2023-12-14  Jérôme BenoitMerge branch 'master' into combined-prs-branch
2023-12-14  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-12-13  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-12-13  Jérôme Benoitfix: fix busy worker nodes computation with tasks queing
2023-12-11  Jérôme Benoitfix: fix task execution tracking with pool async resource
2023-12-08  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-12-02  Jérôme Benoitperf: optimize tasks stealing in corner case
2023-11-26  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-11-26  Jérôme Benoitrefactor: make worker message listener an arrow function
2023-11-26  Jérôme Benoitfix: fix worker node event emitter memory leak
2023-11-25  Jérôme Benoitrefactor: cleanup unused variable name
2023-11-25  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-11-25  Jérôme Benoitfix: fix events listener cleanup
2023-11-25  Jérôme Benoitfix: rely on node event emitter for worker node events
2023-11-25  Jérôme Benoitrefactor: use object destructuration in worker message...
2023-11-25  Jérôme Benoitfix: account stolen tasks on a per task function basis...
2023-11-24  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-11-24  Jérôme Benoitfix: fix continuous tasks stealing on idle start at...
2023-11-24  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-11-24  Jérôme Benoitfeat: fire tasks stealing at worker node idling
2023-11-22  Jérôme Benoitfix: fix pool ready event emission
2023-11-18  Jérôme Benoitrefactor: cleanup worker node event handler implementation
2023-11-17  Jérôme Benoitrefactor: use object destructuration for task execution...
2023-11-14  Jérôme Benoitfix: do not check for pool destroying statuses at task...
2023-11-14  Jérôme Benoitfix: check pool statuses
2023-10-26  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-10-25  Jérôme Benoitrefactor: partially revert wrong change
2023-10-25  Jérôme Benoitfix: fixes to pool initialization
2023-10-25  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-10-25  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
2023-10-24  Jérôme Benoitrefactor: add FIXME comment at sending kill message...
2023-10-21  Jérôme Benoitrefactor: use helper to flag worker node as not ready
2023-10-19  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
2023-10-18  Jérôme Benoitperf: remove unneeded nullish check
2023-10-18  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-10-17  Jérôme Benoitdocs: refine code comment
2023-10-17  Jérôme BenoitMerge pull request #1497 from poolifier/fix-dynamic...
2023-10-17  Jérôme Benoitfix: ensure a dynamic scheduled for removal can't be...
2023-10-16  Jérôme Benoitfix: workaround possible race condition at work nodes...
2023-10-14  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-10-14  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
2023-10-13  Jérôme Benoitbuild: silence type warnings
2023-10-13  Jérôme Benoitfix: remove wrong bound for event handlers
next