Hey guys! I'm using the queue to handle Stripe Events (Webhooks), and I want to make a fetch to anot

Hey guys! I'm using the queue to handle Stripe Events (Webhooks), and I want to make a fetch to another API, but the instant the code reaches the
fetch
, it just skip / stops running. Yesterday I assumed that the
fetches
were disabled on the queue, but minutes ago I saw an example on the CF Docs where a
fetch
is made inside a queue.

https://developers.cloudflare.com/queues/examples/web-crawler-with-browser-rendering/#6-crawl-with-puppeteer

Can someone help me understand what could be the problem?
Thanks in advance.
Was this page helpful?