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

    charl

    02/28/2023, 6:09 PM
    so do fines 🙂
  • u

    Unsmart | Tech debt

    02/28/2023, 6:10 PM
    If you get fined for down time maybe consider never deploying code so ur never down 😛
  • c

    charl

    02/28/2023, 6:11 PM
    guess thats why we have staging lol
  • d

    dave

    02/28/2023, 6:11 PM
    except for last night, where V8 decided to change how dates are printed at runtime lol
  • u

    Unsmart | Tech debt

    02/28/2023, 6:12 PM
    well I mean locale data changes so you cant really always expect a locale to print a certain way
  • c

    charl

    02/28/2023, 6:12 PM
    so we should stop deploying if we want it to come back, catch up?
  • s

    Skye

    02/28/2023, 6:13 PM
    All of the undeployed deployments are in a queue - happening in the order they came in at
  • s

    Skye

    02/28/2023, 6:13 PM
    You're welcome to make additional ones, it'll just go to the end of the queue
  • c

    charl

    02/28/2023, 6:16 PM
    any rough eta, so we can let other teams know
  • s

    Skye

    02/28/2023, 6:18 PM
    The public info is in the status page
  • c

    charl

    02/28/2023, 6:28 PM
    what was odd for us and is still happening, after a deploy at 6pm, the worker has something to check the req pathname and then basically set that pathname in a cookie. For some reason, the request for our main.js was being picked up in the worker as the req pathname and being set client side. The actual worker code wasnt changed, but only the KV assets. Im guessing it couldnt find the main.js or something because the manifest in the worker didnt tie up to the hashed main.js Something like that. Is there no way to tell when a specific worker has caught up with deploys?
  • u

    Unsmart | Tech debt

    02/28/2023, 6:30 PM
    you can add headers with a version you know and you will know when it updated
  • u

    Unsmart | Tech debt

    02/28/2023, 6:33 PM
    no
  • t

    Tom Sherman

    02/28/2023, 6:34 PM
    service environment versions plsssssss
  • h

    HardAtWork

    02/28/2023, 6:36 PM
    message has been deleted
  • c

    Colin

    02/28/2023, 6:41 PM
    hi 👋 regarding supported algorithms in workers' web crypto impl (https://developers.cloudflare.com/workers/runtime-apis/web-crypto/#supported-algorithms), is there any chance of RSASSA PKCS1 v1.5 being supported for encrypt/decrypt? currently it's just for generate/import/export
  • c

    Colin

    02/28/2023, 6:41 PM
    if not, any ideas for a workaround?
  • d

    dave

    02/28/2023, 6:43 PM
    Use RSA-OAEP. https://github.com/diafygi/webcrypto-examples#rsa-oaep---encrypt
  • c

    Colin

    02/28/2023, 6:45 PM
    unfortunately we need specifically this algorithm for compatibility w/ a legacy client; we're aware of the security issues but don't have a choice here
  • d

    dave

    02/28/2023, 6:47 PM
    check if pkijs has it. https://pkijs.org/
  • d

    dave

    02/28/2023, 6:48 PM
    Oh, so Worker deploys are broken too?
  • c

    Colin

    02/28/2023, 6:48 PM
    this looks great, thank you
  • d

    dave

    02/28/2023, 6:49 PM
    lemme know if it works, if not I have other ideas to point you towards
  • c

    charl

    02/28/2023, 6:58 PM
    would be cool to ping workers status prior to deployment, and if there is any issues, warn before deploying
  • c

    charl

    02/28/2023, 6:58 PM
    just saying
  • d

    dave

    02/28/2023, 7:13 PM
    Is there any that work for openapi?
  • c

    charl

    02/28/2023, 7:13 PM
    https://github.com/cloudflare/itty-router-openapi is neat
  • d

    dave

    02/28/2023, 7:13 PM
    yeah that's what I usually use
  • d

    dave

    02/28/2023, 7:15 PM
    oh https://github.com/anatine/zod-plugins/tree/main/packages/zod-openapi and https://github.com/asteasolutions/zod-to-openapi
  • s

    stan

    02/28/2023, 8:04 PM
    is anyone aware of any progress on the browser rendering API? did the waitlist a few days ago and wondering if anyone non cf-employed has access yet
1...231123122313...2509Latest