© 2026 Hedgehog Software, LLC
✘ [ERROR] Uncaught Error: Handler does not export a queue() function
export default { async queue(batch: MessageBatch, env: any, ctx: ExecutionContext): Promise<void> { for (const message of batch.messages) { console.log('Received', message) } },