ByteAlex
CDCloudflare Developers
•Created by chaz0x on 7/26/2024 in #general-help
Support without login
I get the issue that the captcha is not solving for me, making me unable to log in even though I know my email & password. 😅
6 replies
CDCloudflare Developers
•Created by ByteAlex on 7/23/2023 in #workers-help
Locking/Synchronizing Requests
This alarm'ing is new to me
14 replies
CDCloudflare Developers
•Created by ByteAlex on 7/23/2023 in #workers-help
Locking/Synchronizing Requests
That would probably suffice then. Thanks for the guidance!
14 replies
CDCloudflare Developers
•Created by ByteAlex on 7/23/2023 in #workers-help
Locking/Synchronizing Requests
So best I could do, is having a DO with a locked state then?
14 replies
CDCloudflare Developers
•Created by ByteAlex on 7/23/2023 in #workers-help
Locking/Synchronizing Requests
Well, KV doesn't guarantees write consistency in the expected timeframe, so we're more looking towards DO/D1/Queue probably
14 replies
CDCloudflare Developers
•Created by ByteAlex on 7/23/2023 in #workers-help
Locking/Synchronizing Requests
Well, even the "queuing up" might be too much. I may just tell the user to try again later. It's not like I expect many users. Just want to quickly let them know, that the service is unavailable for their request right now.
14 replies
CDCloudflare Developers
•Created by ByteAlex on 7/23/2023 in #workers-help
Locking/Synchronizing Requests
This is not necessarily required, as I'd just let the worker handle doing both requests on behalf of the user. I just need to avoid having 2 users issuing a request concurrently.
If it makes things easier, I can add an identifier.
Basically I want to have the user request a simple json to the worker.
The worker will then handle the annoying mapping and queue the request up, if necessary.
14 replies