Effective PDF Download and Distribution with Cloudflare Workers

Hey,

I am trying to figure out the best way to download a PDF from an external API, save it to an R2 instance, and then send it to all of my users. I am currently using Cloudflare Workers to handle this process, but I'm running into issues with the worker running out of processing time.

Would switching to an unbound worker mode help with this issue? Are there any other suggestions or tips for handling this process effectively and efficiently?

Any input would be greatly appreciated. Thank you!
Was this page helpful?