build: bump volta pnpm version
[poolifier.git] / examples / typescript / http-server-pool / fastify-cluster / src / main.ts
index eb7720350077b69d28918356389022b9d3c874ce..6fe49edae8591ee64afb939053d37637f35b4ee2 100644 (file)
@@ -12,13 +12,13 @@ const pool = new FixedClusterPool<WorkerData, WorkerResponse>(
   availableParallelism(),
   workerFile,
   {
+    enableEvents: false,
     onlineHandler: () => {
       pool
         .execute({ port: 8080 })
         .then(response => {
           if (response.status) {
             console.info(
-              // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
               `Fastify is listening in cluster worker on port ${response.port}`
             )
           }