@netlify/async-workloads
Advanced tools
Comparing version
@@ -43,5 +43,5 @@ import { | ||
const startRun = Date.now(); | ||
setTimeout(() => { | ||
setInterval(() => { | ||
console.log(Date.now() - startRun); | ||
}, 1e3); | ||
}, 100); | ||
console.log("State processor should run? ", shouldRunProcessor, processorInfo.name, `in ${startRun - start}ms`); | ||
@@ -48,0 +48,0 @@ if (shouldRunProcessor) { |
{ | ||
"name": "@netlify/async-workloads", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "module": "index.js", |
87454
0