-
Hi I have been using Hono for a while now and haven't had much problems yet, though I have run into the issue of wanting to consume a cloudflare queue in the same worker as my consumer using hono. |
Beta Was this translation helpful? Give feedback.
Answered by
yusukebe
Jun 6, 2023
Replies: 1 comment 1 reply
-
Just write this: export default {
fetch: app.fetch,
async queue(...): {}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Makisuo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just write this: