https://discord.cloudflare.com logo
Join Discord
Powered by
# workers-discussions
  • k

    Kavatch

    02/11/2023, 5:30 PM
    Ah perfect, thank you!
  • d

    dave

    02/11/2023, 5:50 PM
    hmm, Queues are kinda expensive when you think about it, no point in using them unless you're accessing some other API that can't handle a ton of requests at once
  • u

    Unsmart | Tech debt

    02/11/2023, 5:53 PM
    Queues are only $1.20/million messages all 3 ops considered 🤔
  • d

    dave

    02/11/2023, 5:55 PM
    Right, but a bundled Worker is only $0.50/million
  • s

    Skye

    02/11/2023, 5:56 PM
    If you implement the entire thing in a bundled worker yourself, you'd pay a lot more than just $0.50/million
  • u

    Unsmart | Tech debt

    02/11/2023, 5:59 PM
    Yeah would be at least $2.20/million messages all 3 ops considered if you tried to recreate with DO and that doesnt include the invocation costs just the storage ops
  • d

    dave

    02/11/2023, 6:50 PM
    oh I meant if I can remove the need for queuing completely
  • d

    dave

    02/11/2023, 6:57 PM
    e.g. I am doing something like this currently:
    Copy code
    fetch(blah, {
        body: [event1, event2, event2, ...]
    })
    but in reality, I might as well just do:
    Copy code
    fetch(blah, {
        body: [event1]
    })
  • s

    staticmedia

    02/11/2023, 7:41 PM
    Is there a URL that contains the full schema for the
    wrangler.toml
    file?
  • s

    staticmedia

    02/11/2023, 7:41 PM
    I wish to import it into Jetbrains IDE so I can get autocomplete
  • s

    staticmedia

    02/11/2023, 7:41 PM
  • h

    HardAtWork

    02/11/2023, 7:57 PM
    I don’t think JSON Schemas work for TOML files…
  • k

    kian

    02/11/2023, 7:59 PM
    Should do - iirc that’s how GitLab does it for their CI
  • h

    HardAtWork

    02/11/2023, 8:00 PM
    Wait wut?
  • s

    staticmedia

    02/11/2023, 8:00 PM
    Its just for explaining the data
  • h

    HardAtWork

    02/11/2023, 8:00 PM
    Mind bending TOML logic
  • h

    HardAtWork

    02/11/2023, 8:01 PM
    But no, not an official one anyway. I think there is a PR for one, but that may only be for wrangler.json
  • s

    staticmedia

    02/11/2023, 8:01 PM
    https://raw.githubusercontent.com/hazelops/ize/1.1.5/internal/schema/ize-spec.json <-- this is for ize.toml files (as an example)
  • k

    kian

    02/11/2023, 8:03 PM
    They closed that PR
  • k

    kian

    02/11/2023, 8:03 PM
    Needs a redesign
  • k

    kian

    02/11/2023, 8:03 PM
    :(
  • h

    HardAtWork

    02/11/2023, 8:03 PM
    Oh, oop
  • b

    btc10mm

    02/11/2023, 8:08 PM
    anyone else lose
    request.cf.clientTrustScore
    AND
    request.cf.botManagement
    on requests today. Lost it across a couple dozen enterprise zones in the last 24 hours
  • b

    btc10mm

    02/11/2023, 8:09 PM
    https://object.cloudflare.community/ is showing it for me
  • k

    kian

    02/11/2023, 8:09 PM
    I have it personally
  • b

    btc10mm

    02/11/2023, 8:09 PM
    Thanks, maybe it is a billing thing then, will contact support
  • k

    kian

    02/11/2023, 8:10 PM
    Do you still have the Configure Bot Management option for that zone when you go into Security -> Bots?
  • b

    btc10mm

    02/11/2023, 8:18 PM
    bot management reverted to "Enable", so it looks billing related. Thanks, will contact support
  • w

    Walshy | Pages

    02/11/2023, 8:56 PM
    Let us know the ticket ID when you have one, we noticed this too and are raising with the team
  • j

    Jonathan_Nathan

    02/11/2023, 9:40 PM
    How can i respond to an email using email workers
1...226222632264...2509Latest