Seekerdasbatatas
Seekerdasbatatas
CDCloudflare Developers
Created by Seekerdasbatatas on 4/11/2025 in #workflows
local dev not working
You need two specify both configs like wrangler dev -c <sveltekit conf> -c <workflow conf>
12 replies
CDCloudflare Developers
Created by Seekerdasbatatas on 4/11/2025 in #workflows
local dev not working
How are you calling wrangler dev?
12 replies
CDCloudflare Developers
Created by ItsWendell on 4/21/2025 in #workflows
Workflow run in "waiting" state
do you sleep/waitForEvent for long periods of time or have you configured retries to take more than 5 minutes?
3 replies
CDCloudflare Developers
Created by martinklepsch on 4/9/2025 in #workflows
I'm running into a somewhat frustrating
what happens if you use the same API token but with Authorization: Bearer $CLOUDFLARE_API_KEY?
16 replies
CDCloudflare Developers
Created by Marc on 4/4/2025 in #workflows
Suddenly whenever my worker invokes my
yeah that's what I would recommend :MeowHeartCloudflare:
28 replies
CDCloudflare Developers
Created by Marc on 4/4/2025 in #workflows
Suddenly whenever my worker invokes my
I think I found the issue, the params you're providing has a length of 2189262 bytes (or ~2MIB) while the limit is 1MiB 🙂 - this should not be a internal error though, thanks for reporting I'll try to fix it
28 replies
CDCloudflare Developers
Created by Marc on 4/4/2025 in #workflows
Suddenly whenever my worker invokes my
One question, what's the average size in bytes that you are expecting the params to take?
28 replies
CDCloudflare Developers
Created by Marc on 4/4/2025 in #workflows
Suddenly whenever my worker invokes my
on it 🫡
28 replies
CDCloudflare Developers
Created by Seekerdasbatatas on 4/2/2025 in #workflows
could you get me your account id please
lmk if it happens again :MeowHeartCloudflare:
9 replies
CDCloudflare Developers
Created by Seekerdasbatatas on 4/2/2025 in #workflows
could you get me your account id please
I'll try to investigate this later, but the error you received is supposed to be transient? Did you see it consistently in all attempts?
9 replies
CDCloudflare Developers
Created by Seekerdasbatatas on 4/2/2025 in #workflows
could you get me your account id please
hum I see, I don't see anything inherently wrong with doing it like this - do you remember what was the timeout in these steps? the same 2 minutes as the picture above?
9 replies
CDCloudflare Developers
Created by Seekerdasbatatas on 4/2/2025 in #workflows
could you get me your account id please
and just to confirm the way you were making it parallel was by using a Promise.all?
9 replies