fix: register message handler on worker only
[poolifier.git] / src / worker / abstract-worker.ts
2023-06-27  Jérôme Benoitfix: register message handler on worker only
2023-06-26  Jérôme Benoitrefactor: refine worker attribute scope
2023-06-26  Jérôme Benoitrefactor: cleanup internal pool messaging code
2023-06-26  Jérôme Benoitfix: prepare code to fix pool internal IPC for cluster...
2023-06-25  Jérôme Benoitrefactor: convert internal benchmark code to ESM
2023-06-23  Jérôme Benoitfix: get wait time statistics
2023-06-08  Jérôme BenoitMerge branch 'master' into elu-strategy
2023-06-08  Jérôme Benoitfix: fix task wait time computation
2023-06-08  Jérôme BenoitMerge branch 'master' into elu-strategy
2023-06-07  Jérôme Benoitrefactor: cleanup and type task error messages
2023-06-07  Jérôme Benoitrefactor: use task performance data structure in messages
2023-06-07  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-06-07  Jérôme Benoitdocs: silence typedoc warnings
2023-06-06  Jérôme BenoitMerge pull request #770 from poolifier/elu-strategy
2023-06-06  Jérôme Benoitrefactor: rename task performance computation methods
2023-06-06  Jérôme Benoitfeat: conditional task performance computation at the...
2023-06-06  Jérôme BenoitMerge branch 'master' into elu-strategy
2023-06-05  Jérôme BenoitMerge branch 'master' into elu-strategy
2023-06-05  Jérôme Benoitfeat: add ELU tasks accounting
2023-06-03  Jérôme Benoitrefactor: cleanup worker import
2023-06-02  Jérôme Benoitfeat: improve events emission
2023-06-01  Jérôme Benoitfeat: restart worker in case of uncaught error
2023-06-01  Jérôme Benoitfeat: allow to disable tasks timeout check in worker
2023-05-30  Jérôme BenoitMerge branch 'master' into interleaved-weighted-round...
2023-05-30  Jérôme Benoitrefactor: use simple quote in error string
2023-05-30  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-05-30  Jérôme BenoitMerge branch 'master' into interleaved-weighted-round...
2023-05-30  Jérôme BenoitMerge pull request #758 from poolifier/waittime
2023-05-30  Jérôme BenoitMerge branch 'master' into waittime
2023-05-30  Jérôme BenoitMerge branch 'master' into waittime
2023-05-30  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier...
2023-05-29  Jérôme BenoitMerge branch 'master' into waittime
2023-05-29  Jérôme BenoitMerge branch 'master' into waittime
2023-05-29  Jérôme Benoitfeat: account tasks wait time more accurately
2023-05-27  Jérôme BenoitMerge branch 'master' into interleaved-weighted-round...
2023-05-24  Jérôme Benoittest: fix test after async worker options deprecation
2023-05-24  Jérôme Benoitrefactor: cleanup worker options
2023-05-06  Jérôme Benoitrefactor: simplify worker inputs checking code
2023-05-05  Jérôme Benoitrefactor: factor out inputs type check
2023-05-05  Jérôme BenoitMerge pull request #747 from poolifier/multiple-functions
2023-05-05  Jérôme Benoitfix: check that task functions worker parameter is...
2023-05-05  Jérôme Benoitrefactor: cleanup import
2023-05-05  Jérôme Benoitfix: fix default task function handling with multiple...
2023-05-05  Jérôme Benoittest: add multi tasks worker
2023-05-05  Jérôme BenoitMerge branch 'master' into multiple-functions
2023-05-04  Jérôme BenoitMerge branch 'master' into multiple-functions
2023-05-04  Jérôme BenoitMerge branch 'master' into multiple-functions
2023-05-04  Jérôme BenoitMerge branch 'master' into multiple-functions
2023-05-04  Jérôme BenoitMerge branch 'master' into multiple-functions
2023-05-04  Jérôme Benoitrefactor: factor out code to get worker function
2023-05-04  Jérôme Benoitrefactor: add helper to get worker function
2023-05-04  Jérôme Benoitfeat: support multiple functions per worker
2023-04-22  Jérôme Benoitrefactor: reorder methods
2023-04-15  Jérôme Benoitrefactor: add type aliases for worker function
2023-04-14  Jérôme Benoitfix: fix worker function type definition and validation
2023-04-13  Jérôme Benoitrefactor: order condition check on worker message
2023-04-08  Jérôme Benoitfeat: use monotonic high resolution timer for worker...
2023-04-07  Jérôme Benoitrefactor: add PoolEvents/PoolEvent types
2023-04-07  Jérôme Benoitrefactor: refine worker options scope
2023-04-07  Jérôme Benoitrefactor: check for null and undefined
2023-04-05  Jérôme Benoitrefactor: cleanup type import
2023-04-05  Jérôme Benoitfix: fix dynamic pool busy semantic
2023-04-05  Jérôme Benoitfix: check worker aliveness in all case
2023-04-03  Jérôme Benoitrefactor: condition style
2023-04-02  Jérôme Benoitfix: add missing crypto import
2023-04-01  Jérôme Benoitperf: only check worker status when necessary
2023-01-03  Jérôme BenoitInitial comment conversion to TSDoc
2022-10-23  Jérôme BenoitRefine code formatting configuration
2022-10-22  Jérôme BenoitProperly integrate standard JS tools for JS and TS...
2022-10-21  Jérôme BenoitRefine error types thrown
2022-10-21  Jérôme BenoitOptimize tasks usage lookup implementation.
2022-10-20  Jérôme BenoitBenchmarks: properly parse env variables
2022-10-15  Jérôme BenoitRefine some comments
2022-10-13  Jérôme BenoitTests: be more strict on number expectation
2022-10-11  Jérôme BenoitReset all internal statistics at worker choice strategy...
2022-10-11  Jérôme BenoitStrict boolean check
2022-10-09  Jérôme BenoitEnhance tasks statistics
2022-10-07  Jérôme BenoitReport more cleanups from work in progress PRs
2022-10-07  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-07  Jérôme BenoitFix eslint configuration
2022-04-18  Jérôme BenoitAbstractWorker: Reorder attributes
2022-04-18  Jérôme BenoitSilence a sonar code smell
2021-12-30  Jérôme BenoitMigrate the code to node.js LTS version 16.x.x (#492)
2021-08-29  Jérôme BenoitRevert type conversion at error handling
2021-08-29  Jérôme BenoitAvoid useless casting at error handling
2021-08-29  Jérôme BenoitApply dependencies update (#488)
2021-08-21  Jérôme BenoitApply dependencies update (#485)
2021-07-10  Jérôme BenoitApply dependencies update (#439)
2021-05-18  Jérôme BenoitDependencies update + API cleanups (#376)
2021-05-16  Jérôme BenoitDedupe worker attributes (#364)
2021-03-22  Jérôme BenoitAvoid to on-by-one in worker function. (#285)
2021-02-21  ShinigamiExtract selection strategies to classes (#176)
2021-02-19  Jérôme BenoitJSONValue can not be used by custom defined interfaces...
2021-02-18  Alessandro Pio ArdizioFix EPIPE when run unit tests (#187)
2021-02-18  aardizioFix EPIPE on shutdown
2021-02-18  Alessandro Pio ArdizioFix sonar code smells (#184)
2021-02-16  Shinigami92Merge branch 'master' into add-worker-test
2021-02-16  Alessandro Pio ArdizioMerge pull request #161 from pioardi/issue-70
2021-02-16  ShinigamiImprovements for #161 (#169)
2021-02-16  aardizioAdd test cases and fixed some sonar code smells
next