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

    eryn

    01/04/2021, 8:35 PM
    > Changes may take up to 60 seconds to be visible when reading key-value pairs. I guess maybe i'm thinking of this, but I guess that's probably not actually a cache, but instead just replicating changes to other datacenters
  • h

    haneefmubarak

    01/05/2021, 12:30 AM
    Are your workers simple retrieving static content to serve up? Might it make more sense to store such static assets in a repo and use #789155108529111069 to serve them directly via our cache?
  • e

    eryn

    01/05/2021, 6:06 AM
    using a worker for a simple proxy, and after a few requests all of the responses from
    fetch
    come back as error 1015! any ideas?
  • a

    albert-zhao

    01/05/2021, 6:22 AM
    Hello! Are you running a load test? The 1015 error means a client IP is being rate-limited - which is an anti-abuse measure in our network.
  • e

    eryn

    01/05/2021, 6:23 AM
    no i dont think so!
  • e

    eryn

    01/05/2021, 6:23 AM
    I'm trying to set up wrangler tail right now, but i'm having trouble
  • e

    eryn

    01/05/2021, 6:23 AM
    i'm not sure what to put in the wrangler.toml file if I want to connect to an existing worker
  • e

    eryn

    01/05/2021, 6:25 AM
    but there aren't any logs!
  • a

    albert-zhao

    01/05/2021, 6:33 AM
    Let me message you to look deeper into your wrangler.toml file. Usually when configuring, this link to the docs helps: https://developers.cloudflare.com/workers/cli-wrangler/configuration#example
  • f

    FlorianKoerner

    01/05/2021, 9:12 AM
    No static assets. I use Workers to generate identicons. See: https://avatars.dicebear.com Docs: https://avatars.dicebear.com/docs/http-api
  • a

    adaptive

    01/05/2021, 12:31 PM
    You could ditch "serverless" and still benefit from cloudflare edge. Run a server in NodeJS and Express that generates the asset, and use Cloudflare as a Proxy with no Workers. If the identicons are not security critical, why not generate on the client browser?
  • f

    FlorianKoerner

    01/05/2021, 1:44 PM
    Cloudflare Workers are faster and cheaper than a solution via a NodeJS server. The avatars can also be generated client-side. The HTTP API exists for a quick start. I also just wanted to describe my workaround here. It is not a problem to solve for me.
  • e

    eidam | SuperSaaS

    01/05/2021, 6:29 PM
    I was actually wondering why are you using different CDN on top of Workers, now its clear πŸ™‚
  • k

    kristian

    01/07/2021, 2:46 AM
    anyone used this? https://github.com/berstend/tiny-request-router
  • k

    kristian

    01/07/2021, 2:47 AM
    considering rebuilding lilredirector 1.0 with it
  • f

    FlorianKoerner

    01/07/2021, 8:35 AM
    I use this router.
  • c

    CodeCo

    01/07/2021, 8:48 AM
    Yeah, I've used it and it's nice.
  • a

    Alex Braunreuther

    01/07/2021, 2:57 PM
    Using it aswell - good library πŸ™‚
  • k

    kristian

    01/08/2021, 6:03 PM
    hey all - i'm working on a new page for our docs for videos about workers. anyone have anything they've watched around workers they think should be on there?
  • e

    eryn

    01/08/2021, 10:29 PM
    Some people hitting my worker API are saying that they're getting a cloudflare captcha, is there a way I can force that to be turned off?
  • a

    adaptive

    01/08/2021, 10:46 PM
    On the dashboard > zone > page rules. Then create a rule, for security level: essentially off
  • e

    eryn

    01/08/2021, 10:47 PM
    I had browser integrity check off
  • e

    eryn

    01/08/2021, 10:47 PM
    Okay, Will see how this helps
  • a

    adaptive

    01/08/2021, 10:49 PM
  • j

    Jacob | Pages

    01/09/2021, 2:05 PM
    This is my new favorite discord server haha
  • e

    eidam | SuperSaaS

    01/09/2021, 2:08 PM
    πŸŽ‰ https://blog.cloudflare.com/meet-the-workers-team-over-discord/
  • p

    Peps

    01/09/2021, 2:08 PM
    Glad to see that Cloudflare finally has a official Discord server πŸ˜„
  • k

    Kat

    01/09/2021, 2:12 PM
    πŸ‘‹
  • t

    Tiger πŸ†

    01/09/2021, 2:18 PM
    Hello πŸ‘‹, happy to be here πŸ’™
  • t

    Tiger πŸ†

    01/09/2021, 2:18 PM
    Exciting seeing companies do something like this, would be interesting to have similar Servers, like for Netlify, AWS etc.
1...282930...2509Latest