paulc
paulc
CDCloudflare Developers
Created by paulc on 8/16/2024 in #workers-help
Browser Rendering worker re-executes before timing out
👋 I'm running browser rendering to scrape pdfs. Running wrangler dev locally ($ npm run dev -- --remote -e stage --test-scheduled) and triggering scheduled event with $ curl "http://localhost:8787/__scheduled", once the worker execution time hits around 80 seconds, it starts executing all over again as if the curl was called again - but it wasn't called again. Is this by design in workers? cc: @Walshy
4 replies
CDCloudflare Developers
Created by paulc on 5/31/2024 in #workers-help
Changed name of worker, now Upstash and Axiom calls inside worker email handler won't authenticate.
Have there been any recent updates to the email handler() or does changing a worker name impact how auth creds are passed to external services?
1 replies