nodejs-docs-hello-world / process.json
AbdulElahGwaith's picture
Upload folder using huggingface_hub
9a800e5 verified
Raw
History Blame Contribute Delete
324 Bytes
{
"name" : "worker",
"script" : "./index.js",
"instances" : 1,
"merge_logs" : true,
"log_date_format" : "YYYY-MM-DD HH:mm Z",
"watch": true,
"watch_options": {
"followSymlinks": true,
"usePolling" : true,
"interval" : 5
}
}