shun
CDCloudflare Developers
•Created by shun on 11/11/2024 in #workers-help
Can i handle cache in dashboard?
Is it possible to view the list of cached keys in the Cloudflare Workers cache api and purge specific keys from the dashboard via GUI?
3 replies
CDCloudflare Developers
•Created by shun on 10/31/2024 in #general-help
I can't open cloudflare dashboard in Google Chrome Browser.
I was able to see it just now, but now I can't.
Error info in screen is below.
The Cloudflare Dashboard is temporarily unavailable.
Please reload this page to try again. If the issue persists, please visit the Cloudflare Status page for up-to-date information regarding any ongoing issues.
3 replies
CDCloudflare Developers
•Created by shun on 10/23/2024 in #workers-help
I want to attach tag for workers and filter by tag.
I don't think it's very good, but it manages PRD, STG, DEMO and other environments in one workers' screen. I would like to be able to tag and filter the microservices since the amount of microservices is growing there.
Also, I know that AWS should have separate consoles for each environment, but I wonder if people are doing this with Cloudflare Workers?
1 replies
CDCloudflare Developers
•Created by shun on 10/22/2024 in #workers-help
How do you execute D1 migration with Worker Build?
Is it possible to perform migration to d1 by CI/CD with workers build? Currently, I have set up a deploy command that executes bunx wrangler d1 execute migration apply and bunx wrangler deploy in sequence. How do you guys do it?
5 replies
CDCloudflare Developers
•Created by shun on 10/15/2024 in #workers-help
Workers build unstable?
Workers build is slow compared to last Friday. hung on bun install 1.1.28, waited 12 minutes and it didn't finish. retry and it finished immediately.
15 replies
CDCloudflare Developers
•Created by shun on 10/15/2024 in #workers-help
How can I access the encrypted build variables inside the shell?
When encrypting a build variable in the Cloudflare Worker build function, the build command will return an empty string when attempting to reference the build variable.
5 replies
CDCloudflare Developers
•Created by shun on 10/11/2024 in #workers-help
[Suggestion] Slack Notification of Deployment Results
After the build is complete, I want to be notified of the deployment results to a registered Slack webhook URL.
Right now, I am running shell on the deploy command, and have implemented my own notification process inside the script.
2 replies
CDCloudflare Developers
•Created by shun on 10/8/2024 in #workers-help
[Workers Build] bun: not found error
Cloudflare Workers is deployed using the build function. The project uses Bun, and the build process runs bun install --frozen-lockfile, although I have not specifically configured the build. I am getting the following error here, which prevents me from deploying.
Deployment was successful until 21 hours ago, but now it is failing. Please help.
Below is the build log.
8 replies