conor
CDCloudflare Developers
•Created by Milan on 8/10/2024 in #durable-objects
Also are you using hibernation or the
Yeah will DM you, the
whoami
matches the account_id
in the wrangler.toml
22 replies
CDCloudflare Developers
•Created by Milan on 8/10/2024 in #durable-objects
Also are you using hibernation or the
Ah I have an
account_id
in my wrangler.toml as well22 replies
CDCloudflare Developers
•Created by Milan on 8/10/2024 in #durable-objects
Also are you using hibernation or the
Is my account ID just my email?
22 replies
CDCloudflare Developers
•Created by Milan on 8/10/2024 in #durable-objects
Also are you using hibernation or the
Ok cool that eliminates me being the issue haha
22 replies
CDCloudflare Developers
•Created by Milan on 8/10/2024 in #durable-objects
Also are you using hibernation or the
I just use
request_queue_binding.send
to queue the message, then the consumer does work, looks up the websocket in the state (consumer is the same DO object, I guess), and sends the resulting message. It works fine until the 1006 error.22 replies
CDCloudflare Developers
•Created by Milan on 8/10/2024 in #durable-objects
Also are you using hibernation or the
npx wrangler tail
gives me:
Unknown Event - Ok @ 8/10/2024, 11:10:03 AM
Then I get this warning:
Tail is currently in sampling mode due to the high volume of messages. To prevent messages from being dropped consider adding filters.
Then the last message timestamp is:
Unknown Event - Ok @ 8/10/2024, 11:10:04 AM
There are more responses coming through the websocket still so the logs don't seem to keep up in tail
22 replies