Riccardo Bartoli
Riccardo Bartoli
I did flash v1.12.1 after editing `/boot/user-data` with the following content: ```yml #cloud-config # vim: syntax=yaml # hostname: hypriot manage_etc_hosts: true users: - name: pirate gecos: "Hypriot Pirate" sudo: ALL=(ALL)...
Hi, I've added the lines suggested in the wiki to my docker-compose.yaml file in gekko root directory: ``` version: '3' services: gekko: build: ./ volumes: - ./volumes/gekko/history:/usr/src/app/history - ./config.js:/usr/src/app/config.js links:...
Hi, thank you for this great library. I'm using it with the following syntax: ``` const pool = workerpool.pool(__dirname + '/import-worker-fast-v3.js', { minWorkers: 'max', maxWorkers: 8, workerType: 'thread', }); ```...