Tal (Wordware)
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
I've set up automatic deployment on pushes to our
main
branch, but whenever I push to main I get the following build error listing all of my dependencies:
If I then go to the deployments
page and deploy manually, the deployment works just fine.
Is this a mistake I made somewhere or an issue with the deployment system?2 replies
CDCloudflare Developers
•Created by Tal (Wordware) on 10/25/2024 in #workers-help
Error: string or blob too big: SQLITE_TOOBIG
By default, SQLite has a maximum string length (
SQLITE_MAX_LENGTH
) of a gigabyte, adjustable to around 2GB (docs). I ran in to the following error while adding a row of length 2,288,921 to the new in-durable-object SQLite DB:
Was this limit intentionally set to 1/500 of the default value? Is there a way of raising it?3 replies
CDCloudflare Developers
•Created by Tal (Wordware) on 10/21/2024 in #workers-help
Preview deployments for workers with Durable Objects
We're very interested in using the new Preview Deployments feature for our workers in Cloudflare, but after spending some time trying to figure out how to enable them, it seems the feature isn't available if the worker uses a Durable Object? Is this on the roadmap or is there a fundamental constraint here? Is there a way around this?
1 replies
CDCloudflare Developers
•Created by Tal (Wordware) on 10/10/2024 in #workers-help
Memory leak when connecting Github repo in Builds
5 replies