Dragonlord
Dragonlord
CDCloudflare Developers
Created by Dragonlord on 8/7/2024 in #workers-help
KV Put is not working have worker paid account
solved my .toml file was wrong my bindings were being seen under the vars variables
3 replies
CDCloudflare Developers
Created by Dragonlord on 8/7/2024 in #workers-help
KV Put is not working have worker paid account
I am curious if my account is messed up because even if i do
await this.env.YOUR_KV_NAMESPACE.put("test");
await this.env.YOUR_KV_NAMESPACE.put("test");
I get the same error
3 replies
CDCloudflare Developers
Created by Dragonlord on 8/6/2024 in #general-help
Best Logging system
My issue is all the stuff being logged is showing as custom All message fields are showing the text custom even though that's not the text being sent
3 replies
CDCloudflare Developers
Created by Dragonlord on 8/6/2024 in #durable-objects
What is the best way to log stuff using
So I am trying to use baselime for messages to log messages, but all my requests are saying custom with my durable object. I am using console.log for logging purposes with baselime. Curious if anyone knows why
1 replies
CDCloudflare Developers
Created by Ben on 8/5/2024 in #durable-objects
I understand a worker will only be alive
Perfect thank you for this information
22 replies
CDCloudflare Developers
Created by Ben on 8/5/2024 in #durable-objects
I understand a worker will only be alive
@Milan I have a question if your alarm is for every day, is the hibernatable durable object going to to sleep until the alarm wakes it up or no?
22 replies