© 2026 Hedgehog Software, LLC
ctx.waitUntil
IoContext timed out due to inactivity, waitUntil tasks were cancelled without completing.
waitUntil
// do-this.js function randomFunction() { const someVar = 'Hello world!' return someVar; } // server.js ctx.waitUntil(randomFunction())