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

    itsmatteomanf

    11/25/2020, 6:11 PM
    PS: if you go in the Datacenter Stats page it will give you a breakdown of POPs for a bunch of website we have figured out the approximate plan. It's still a pre-alpha over there, but it may help you @User.
  • a

    adaptive

    11/25/2020, 7:06 PM
    Pick and choose the provider ๐Ÿคญ https://github.com/adaptive/pops
  • i

    itsmatteomanf

    11/25/2020, 8:20 PM
    Oh, wow. That is great!
  • i

    itsmatteomanf

    11/25/2020, 8:21 PM
    It's only missing a city name for user consumption... unless you add a IATA code list, but that is big.
  • a

    adaptive

    11/25/2020, 9:55 PM
    No city names is by design, you have IATA, and Latitude and Longitude, the purpose is latency inference and plotting.
  • i

    itsmatteomanf

    11/25/2020, 9:56 PM
    Oh yeah, for sure. It's also smaller and can be augmented if needed. It makes total sense for a general list ๐Ÿ™‚
  • t

    Tobias Lins

    11/25/2020, 10:07 PM
    I just wanted to give a shout-out to the amazing team! Youโ€˜re doing an amazing job! Thank you for your hard work ๐Ÿ–ค Also, love the idea of using discord ๐Ÿ™‚
  • c

    catgirl

    11/26/2020, 1:58 PM
    Discord better than Teams or something else because they're an enterprise customer
  • i

    itsmatteomanf

    11/26/2020, 6:16 PM
    I see you blog post @kristian ๐Ÿ˜‰
  • i

    itsmatteomanf

    11/26/2020, 6:19 PM
    https://blog.cloudflare.com/building-black-friday-e-commerce-experiences-with-jamstack-and-cloudflare-workers/
  • f

    frigjord

    11/26/2020, 8:32 PM
    Nice! Planning om building an ecommerce solution myself ๐Ÿ™‚
  • t

    Tobias Lins

    11/28/2020, 11:58 AM
    someone managed to write to redis directly from a worker? ๐Ÿ™‚
  • j

    James

    11/30/2020, 1:55 AM
    Sharing my most recent use-case for Workers and HTMLRewriter ๐Ÿ™‚ https://jross.me/progressively-delivering-new-image-formats-with-css-and-cloudflare-workers/
  • k

    kristian

    11/30/2020, 3:28 PM
    WOAH @User this is sick
  • k

    kristian

    11/30/2020, 3:28 PM
    this reminds me of something I would add to https://github.com/signalnerve/ggf ๐Ÿ™‚
  • j

    James

    11/30/2020, 3:28 PM
    Thanks ๐Ÿ˜„ I spent longer than I care to admit trying to find a solution with just CSS, but as far as I can tell, it's simply impossible today.
  • j

    James

    11/30/2020, 3:28 PM
    And definitely, it would be a great addition there.
  • k

    kristian

    11/30/2020, 4:54 PM
    morning everyone ๐Ÿ™‚
  • i

    itsmatteomanf

    11/30/2020, 10:29 PM
    Does anyone here know if there is a way to have a prod and a staging Workers Site?
  • c

    catgirl

    11/30/2020, 11:38 PM
    Two different scripts and deployments
  • c

    catgirl

    11/30/2020, 11:38 PM
    Youโ€™d need to use a different wrangler.toml configuration
  • c

    catgirl

    11/30/2020, 11:38 PM
    Changing the zone id and/or routes
  • i

    itsmatteomanf

    11/30/2020, 11:40 PM
    I was kinda hoping it would be something as cool as the deployments for the normal Workers, just not documented ๐Ÿ˜ฆ Thanks for the confirmation.
  • c

    catgirl

    11/30/2020, 11:41 PM
    What would you like to see done differently?
  • i

    itsmatteomanf

    11/30/2020, 11:42 PM
    Something to the tune of so that I can deploy without bringing down the main worker and check if everything works (or to preview a new layout, etc.):
    Copy code
    [site.staging]
    // all the options
    
    [site.prod]
    // all the options
  • c

    catgirl

    11/30/2020, 11:44 PM
    Interesting idea @kristian what do you thing about wrangler publish [zoneNickname] for selective pushing?
  • c

    catgirl

    11/30/2020, 11:45 PM
    Thatโ€™s an interesting idea admittedly itโ€™s not as seem less currently. Unit testing helps here ๐Ÿ˜‰
  • i

    itsmatteomanf

    11/30/2020, 11:47 PM
    Sure, but if you are doing a new version of a website and you are working in a different branch using environments works better. With unit testing you may catch usability issues, but maybe you need to show others the work or need feedback (or your are providing a beta for the users).
  • k

    kristian

    11/30/2020, 11:54 PM
    we're working on a solution for this, will be able to give you more details soon ๐Ÿ‘€
  • k

    kristian

    11/30/2020, 11:55 PM
    shouldn't
    wrangler publish -e
    cover this or am i misunderstanding?
1...8910...2509Latest