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

    Benji

    04/15/2023, 4:28 PM
    yeah, im guessing the same. well my first thought was that they changed free tier limits, but that doesnt seem to be the case. so either their monitoring is off or their cron jobs are doing something weird 🤔
  • k

    kian

    04/15/2023, 4:29 PM
    KV 2.0 should be fully rolled out now I think?
  • k

    kian

    04/15/2023, 4:29 PM
    Might be a regression - worth mentioning in #874727019479437372
  • b

    Benji

    04/15/2023, 4:32 PM
    my 24 hours write operations keep going up. should be quite constant at about 720. but its been growing
  • b

    Benji

    04/15/2023, 4:35 PM
    is anyone else experiencing this though? cause thats why i asked in the first place
  • d

    dave

    04/15/2023, 4:39 PM
    Do Cloudflare Workers scrub response headers on 403s?
  • k

    kian

    04/15/2023, 4:39 PM
    Don't see why it would, no
  • d

    dave

    04/15/2023, 4:41 PM
    it overwrites the server field though for sure, right?
  • d

    dave

    04/15/2023, 4:51 PM
    is there an easy way to check how many outbound connections I have going on?
  • k

    kian

    04/15/2023, 4:51 PM
    Yep
  • d

    dave

    04/15/2023, 4:56 PM
    does this look like a CF server error, or upstream?
    Copy code
    cf-cache-status: DYNAMIC
    cf-ray: 7b85947ca0d920b4-IAD
    connection: keep-alive
    content-length: 26
    content-type: plain/text
    date: Sat, 15 Apr 2023 16:31:42 GMT
    server: cloudflare
  • e

    Erisa | Support Engineer

    04/15/2023, 5:00 PM
    i mean, whats the response body?
  • d

    dave

    04/15/2023, 5:02 PM
    Account Connection Limited
  • d

    dave

    04/15/2023, 5:02 PM
    status code 403
  • k

    kian

    04/15/2023, 5:03 PM
    I don’t know if you’d have a cache status for an upstream CF error but without testing I have no idea if that’s true
  • k

    kian

    04/15/2023, 5:03 PM
    I guess everything that a Worker fetches ends up with one
  • e

    Erisa | Support Engineer

    04/15/2023, 5:03 PM
    https://erisa.uk/wafblock doesnt have one but if a worker fetches it, it might
  • d

    dave

    04/15/2023, 5:04 PM
    it's a response from a fetch that a Worker makes itself
  • e

    Erisa | Support Engineer

    04/15/2023, 5:04 PM
    yes
  • d

    dave

    04/15/2023, 5:05 PM
    I wonder if I'm hitting some undocumented account wide sub request limit?
  • e

    Erisa | Support Engineer

    04/15/2023, 5:05 PM
    youre not
  • k

    kian

    04/15/2023, 5:05 PM
    You should get a Worker exception for anything like that
  • e

    Erisa | Support Engineer

    04/15/2023, 5:06 PM
    that response body doesnt come from cloudflare
  • e

    Erisa | Support Engineer

    04/15/2023, 5:06 PM
    what are you fetching?
  • d

    dave

    04/15/2023, 5:06 PM
    is it possible to peek into what the actual
    server
    header is?
  • e

    Erisa | Support Engineer

    04/15/2023, 5:06 PM
    no, its not
  • e

    Erisa | Support Engineer

    04/15/2023, 5:07 PM
    well
  • d

    dave

    04/15/2023, 5:07 PM
    doing a PUT to a S3 endpoint at Wasabi. I've already opened up a support request, but during troubleshooting, I'm now not that convinced that the traffic is ever leaving CF
  • e

    Erisa | Support Engineer

    04/15/2023, 5:07 PM
    if its a fetch, you might be able to get it on the response object
  • d

    dave

    04/15/2023, 5:07 PM
    how so?
1...239623972398...2509Latest