Yakuzo
Yakuzo
Explore posts from servers
CDCloudflare Developers
Created by Yakuzo on 4/22/2024 in #workers-help
Workers JSRPC Pricing
Hello, after searching through a good deal of the documentation and blogs concerning workers, there's one piece of information that's missing, but I think it's due to its very recent nature. The pricing on workers is really clear and on this point I have no worries. But I'd like to know more about JS RPC. When a worker makes an RPC call to another worker, does this count as several requests or just one? If I were to create a microservice for CORS management, one for token management and other uses, I could easily come up with a request that counts as 3 if that's the case. This can quickly become quite substantial if badly managed, and could make me think entirely about my microservices architecture. Thanks in advance for your reply.
6 replies
CDCloudflare Developers
Created by Yakuzo on 2/20/2024 in #workers-help
Is it possible to send mail in a worker ?
Hi, I'm looking to send mail from a worker where SMTP identifiers would be dynamic because I have several addresses from an API. I just realized that nodemailer seems to be a problem on workers. Is there an alternative?
5 replies