Skye
11/29/2022, 8:03 PMbrett
11/29/2022, 8:03 PMbrett
11/29/2022, 8:03 PMSkye
11/29/2022, 8:04 PMHardAtWork
11/29/2022, 8:04 PMHardAtWork
11/29/2022, 8:04 PMbrett
11/29/2022, 8:05 PMbrett
11/29/2022, 8:05 PMSkye
11/29/2022, 8:05 PMthebatt
11/29/2022, 10:32 PMUnsmart | Tech debt
11/29/2022, 10:43 PMaranchelk
11/30/2022, 2:50 AMUnsmart | Tech debt
11/30/2022, 4:03 AMsamakintunde
11/30/2022, 10:05 AMwrangler publish --dry-run
to a dist
directory and then send the built script to Sys Admins who upload the script manually using the CF dashboard.
We turned on Durable Objects and I do a named export of a class as the Durable Object but it doesn't show up as a binding.Dani Foldi
11/30/2022, 10:33 AMwrangler publish
- and I'd recommend to do so in all cases, you get a lot more control over the project that way
See https://developers.cloudflare.com/workers/wrangler/configuration/#source-of-truth
and https://developers.cloudflare.com/workers/wrangler/configuration/#migrations <-- you'll need to add a new_classes
migration as shown heresamakintunde
11/30/2022, 10:50 AMwrangler
and being able to version the wrangler.toml
file.john.spurlock
12/02/2022, 4:29 PMalarm
handlers are not implemented fully yet (the record is there, but no detail), but I'm curious if each unhandled alarm error will cause an "outcome" = "exception" record (ie for each retry, up to six), or just the final error (out of retries).
From what I'm seeing, I'm pretty sure it's the former, but would like confirmation from someone orange, thanks!matt
12/02/2022, 4:42 PMcosnavel
12/03/2022, 7:41 AMMihaaai
12/03/2022, 6:52 PMdo-taskmanager
will also increase the count of workers triggers.
If I have 10 DOs with an alarm attached for each one, would this mean that also the workers trigger count will increase of 10 adding up after they are all invoked?William Blankenship
12/03/2022, 8:34 PMfetch
request to the stream/live_inputs
API. I added my API_KEY
to my cloudflare worker. But there doesn't seem to be a way to pass the env
to a DurableObject... How do I get my API_KEY into the durable object? Should I include it in the incoming request as a header?Unsmart | Tech debt
12/03/2022, 8:36 PMUnsmart | Tech debt
12/03/2022, 8:37 PMWilliam Blankenship
12/03/2022, 8:40 PMfetch
methodWilliam Blankenship
12/03/2022, 8:41 PMTobias Lins
12/04/2022, 2:33 PMTobias Lins
12/04/2022, 2:41 PMaarhus
12/04/2022, 5:47 PMkenton
12/05/2022, 6:32 PMTobias Lins
12/05/2022, 6:57 PM