danielsundq
CDCloudflare Developers
•Created by thomasgauvin on 10/23/2024 in #kv
Can you all DM me your Workers account
Works great here also, thanks!
32 replies
CDCloudflare Developers
•Created by thomasgauvin on 10/23/2024 in #kv
Can you all DM me your Workers account
In our case we have some rest api endpoints that handles things related to user sessions. The sessions is stored in KV. So we basically have endpoints like updateSession and getSession. We have pinpointed that after calling updateSession, the changes is not manifested in the response of getSession until around 40 seconds after updateSession is called.
32 replies
CDCloudflare Developers
•Created by MrBBot on 8/30/2023 in #wrangler
Ah ok so it looks like the order you
Glad to hear it. Thanks for the help!
9 replies
CDCloudflare Developers
•Created by MrBBot on 8/30/2023 in #wrangler
Ah ok so it looks like the order you
Ok thanks for the detailed explanation. Yeah I have looked at using Miniflare, that might be a possible solution. The documentation is a bit of a pain point right now though. Do you think my requirements will be supported natively in wrangler test mode in the future?
9 replies
CDCloudflare Developers
•Created by MrBBot on 8/30/2023 in #wrangler
Ah ok so it looks like the order you
Thats great, thank you for helping out!
9 replies
CDCloudflare Developers
•Created by MrBBot on 8/30/2023 in #wrangler
Ah ok so it looks like the order you
If the order was the issue in your test, then it seems reasonable that it would also be a problem with mutual dependant workers like this.
9 replies
CDCloudflare Developers
•Created by MrBBot on 8/30/2023 in #wrangler
Ah ok so it looks like the order you
Hmm ok but it still doesn't work in my code. Could you please try to make the services mutal dependant?
I have something like this:
9 replies