Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function waitOnEaCProcessing
import { waitOnEaCProcessing } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.ts";

Parameters

denoKv: Deno.Kv
entLookup: string
commitId: string
msg: T
handler: (msg: T) => Promise<void>
maxRunTimeSeconds: number
optional
sleepFor = [UNSUPPORTED]

Returns

Promise<void>