© 2026 Hedgehog Software, LLC
const startedAt = Date.now() await env.MY_QUEUE.send({ foo: "bar"}) console.info("took", Date.now() - startedAt)