Maximo
CDCloudflare Developers
•Created by Ryan Djurovich on 9/27/2024 in #workers-discussions
Workers Builds! 🙌 can't seem to get Bun
will keep you updated as promised!
36 replies
CDCloudflare Developers
•Created by Ryan Djurovich on 9/27/2024 in #workers-discussions
Workers Builds! 🙌 can't seem to get Bun
Thanks for your patience @ryan0x44, we're still working on it and have a couple more fixes that we're rolling out soon. I'm hoping that we'll start observing less timeouts over the next coming weeks
36 replies
CDCloudflare Developers
•Created by Tal (Wordware) on 10/28/2024 in #workers-help
All automatic worker deploys through github are failing, but succeeding when run manually
@Tal (Wordware) Does your package.json contain
posthog-node
, react
and zod
?2 replies
CDCloudflare Developers
•Created by MrHebs on 10/24/2024 in #workers-help
Go binary missing/not found in Worker Builds Image
Hey @MrHebs , just updating you that go should work now!
5 replies
CDCloudflare Developers
•Created by MrHebs on 10/24/2024 in #workers-help
Go binary missing/not found in Worker Builds Image
Hey @MrHebs, thanks for the report! We'll have a fix up for this tomorrow, I will ping you here when I have an update for you
5 replies
CDCloudflare Developers
•Created by shun on 10/15/2024 in #workers-help
Workers build unstable?
Hi @shun thank you for your patience, we do have a few fixes that we plan to roll out sometime over the next coming weeks which may help with some of these timeouts
15 replies
CDCloudflare Developers
•Created by Tal (Wordware) on 10/10/2024 in #workers-help
Memory leak when connecting Github repo in Builds
Hi @Tal (Wordware) , just letting you know that this is now resolved!
5 replies
CDCloudflare Developers
•Created by Ryan Djurovich on 9/27/2024 in #workers-discussions
Workers Builds! 🙌 can't seem to get Bun
Not yet, we do have a few fixes that we plan to roll out sometime next week which may help with some of these timeouts
36 replies
CDCloudflare Developers
•Created by ac on 10/15/2024 in #workers-discussions
^ I believe I've found a bug with
Hey @ac , just letting you know that builds watch paths are now released for workers builds!
12 replies
CDCloudflare Developers
•Created by shun on 10/15/2024 in #workers-help
Workers build unstable?
Hey shun! We're currently investigating why some builds are getting stuck and then timed out, will keep you updated
15 replies
CDCloudflare Developers
•Created by Ryan Djurovich on 9/27/2024 in #workers-discussions
Workers Builds! 🙌 can't seem to get Bun
Will let you know when we've got a fix
36 replies
CDCloudflare Developers
•Created by Ryan Djurovich on 9/27/2024 in #workers-discussions
Workers Builds! 🙌 can't seem to get Bun
Thanks @ryan0x44 we're currently investigating why some builds are getting stuck and timed out
36 replies
CDCloudflare Developers
•Created by ac on 10/15/2024 in #workers-discussions
^ I believe I've found a bug with
I'll be able to take a closer look at what's going on if we catch it when it's happening
12 replies
CDCloudflare Developers
•Created by ac on 10/15/2024 in #workers-discussions
^ I believe I've found a bug with
When that happens, would you be able to ping me ?
12 replies
CDCloudflare Developers
•Created by ac on 10/15/2024 in #workers-discussions
^ I believe I've found a bug with
Which will let you filter for changes on certain paths, and should be out pretty soon! Will ping you here once it's out!
12 replies
CDCloudflare Developers
•Created by ac on 10/15/2024 in #workers-discussions
^ I believe I've found a bug with
We are working on implementing build watch paths https://developers.cloudflare.com/pages/configuration/build-watch-paths/#:~:text=When%20you%20connect%20a%20git,build%20for%20a%20given%20path for Workers CI/CD
12 replies
CDCloudflare Developers
•Created by ac on 10/15/2024 in #workers-discussions
^ I believe I've found a bug with
Ah ok I see you've got 5 workers connected to the same monorepo. When you push a change it'll cause all 5 workers to get a build queued and since we currently only allow 1 concurrent build at a time it'll take a while before the worker you actually want to get built, will get deployed
12 replies
CDCloudflare Developers
•Created by ac on 10/15/2024 in #workers-discussions
^ I believe I've found a bug with
Hey @ac ! Could you send the build UUID that's stuck in a queued state? It'll be in your address bar like so
.../production/builds/<build-uuid>
12 replies
CDCloudflare Developers
•Created by shun on 10/15/2024 in #workers-help
Workers build unstable?
So it looks like for that particular build -
54a0a649-d34d-48f9-ad64-509ac899a712
it moved on from the bun install step to the next step after about ~2m and then succeeded
...
01:24:29.921 - bun install v1.1.28 (cf4e9cb6)
01:26:47.020 - + @cloudflare/[email protected]
...
01:27:07.567 - ✨ Success! Build completed.15 replies
CDCloudflare Developers
•Created by shun on 10/15/2024 in #workers-help
Workers build unstable?
Hey @shun ! Would you be able to send over the build uuid associated with the hung bun install? It'll be in your address bar like so
.../production/builds/<build-uuid>
when you view the logs for that particular build15 replies