search for: worker_affinity

Displaying 1 result from an estimated 1 matches for "worker_affinity".

2023 Sep 12
0
njs-0.8.1
...lso has access to global objects such as ngx. : example.conf: : location @periodics { : # to be run at 1 minute intervals in worker process 0 : js_periodic main.handler interval=60s; : : # to be run at 1 minute intervals in all worker processes : js_periodic main.handler interval=60s worker_affinity=all; : : # to be run at 1 minute intervals in worker processes 1 and 3 : js_periodic main.handler interval=60s worker_affinity=0101; : : resolver 10.0.0.1; : js_fetch_trusted_certificate /path/to/ISRG_Root_X1.pem; : } : : example.js: : async function handler(s) { : let reply = asyn...