Skip to main content
Go to Latest
function waitOnProcessing
import { waitOnProcessing } from "https://deno.land/x/fathym_everything_as_code_api@v0.0.43/src/utils/eac/waitForStatus.ts";

Parameters

denoKv: Deno.Kv
msg: T
owner: string
handler: (denoKv: Deno.Kv, msg: T) => Promise<void>
optional
sleepFor = [UNSUPPORTED]