jack
jack
CDCloudflare Developers
Created by Sandeep on 5/20/2024 in #workers-help
Using workers to compress images and upload back to R2 Bucket.
@Sandeep You are exceeding memory capacity. From a cursory look, there seems to be reported issues with Jimp memory usage exploding. See https://developers.cloudflare.com/workers/platform/limits/#memory
5 replies
CDCloudflare Developers
Created by Sandeep on 5/20/2024 in #workers-help
Using workers to compress images and upload back to R2 Bucket.
Hey @Sandeep , sorry to hear you're running into this issue. Because your application has many failure points, can you do some debugging to pinpoint where the failure happens (@ jimp, generating the presigned url, uploading to bucket, ...)? https://developers.cloudflare.com/workers/observability/logging/real-time-logs/
5 replies