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

    Peter Belbin

    05/25/2023, 5:39 PM
    Could also be that the deletion is happening on the back end without needing to be requested/triggered by the CLI/api, so it might just not be seeable any more.
  • k

    Kartik

    05/25/2023, 5:41 PM
    Copy code
    workers.api.error.no_access_to_browser_worker [code: 10088]
  • k

    Kartik

    05/25/2023, 5:41 PM
    i got this error
  • w

    Walshy | Pages

    05/25/2023, 5:43 PM
    You can request beta here: https://discord.com/channels/595317990191398933/1109154179223670814
  • k

    Kartik

    05/25/2023, 5:45 PM
    how long does it take to get acess?
  • w

    Walshy | Pages

    05/25/2023, 5:46 PM
    However long it takes for someone to next check
  • k

    Kartik

    05/25/2023, 5:46 PM
    ohh
  • k

    Kartik

    05/25/2023, 5:46 PM
    ohk
  • j

    James

    05/25/2023, 5:47 PM
    https://github.com/cloudflare/workers-sdk/blob/2dc55dafaac1d42a6ec5a2cd90942f9a168b9f40/packages/wrangler/src/sites.ts#L329
  • p

    Peter Belbin

    05/25/2023, 5:49 PM
    Thank you for the link!
  • l

    Liberator

    05/25/2023, 6:12 PM
    Might be an obvious question, but will Cloudflare Workers be faster than a traditional PaaS like GCP or AWS?
  • w

    Walshy | Pages

    05/25/2023, 6:16 PM
    Depends on what you're doing but very likely, Workers run in every single one of our colos in over 285 cities
  • w

    Walshy | Pages

    05/25/2023, 6:16 PM
    So your users are basically always within 50ms
  • w

    Walshy | Pages

    05/25/2023, 6:17 PM
    Whereas GCP/AWS/Other will run you in a specific region, even with replicating to all regions, it's a lot less coverage
  • l

    Liberator

    05/25/2023, 6:47 PM
    So does that mean that something like Redis would be redundant for Cloudflare Workers?
  • l

    Liberator

    05/25/2023, 6:48 PM
    I'm really trying to go bleeding edge with this project
  • l

    Liberator

    05/25/2023, 6:48 PM
    Also, does Cloudflare have nodes in Malta, Europe?
  • k

    kian

    05/25/2023, 6:51 PM
    Not that I can see
  • k

    kian

    05/25/2023, 6:51 PM
    Mostly, yeah - as the Redis instance wouldn't be colocated alongside your Worker.
  • k

    kian

    05/25/2023, 6:53 PM
    Tunisia and Italy seem to be the closest PoPs to Malta
  • s

    sathoro

    05/25/2023, 6:56 PM
    Use Durable Objects and forget Redis ever existed 🙂
  • l

    Liberator

    05/25/2023, 7:45 PM
    I guess that's better than what GCP/AWS/Azure can offer
  • l

    Liberator

    05/25/2023, 7:45 PM
    Care to elaborate?
  • z

    Zac

    05/25/2023, 10:21 PM
    I've got a project in which I'm sending 30 post requests/second from a single address, then the same address may have up to 30000 clients, making get requests to the worker. How likely am I to hit abuse prevention limits?
  • z

    Zac

    05/25/2023, 10:21 PM
    (those 30k clients will also be making get requests potentially 2-10 times per second)
  • s

    sirupsen

    05/26/2023, 1:30 AM
    Occasionally, without changing any code, some deployments will send 500s and logs just give me this message:
    Copy code
    "POST <my worker url> - Exception Thrown @ 5/25/2023, 9:29:03 PM
    ✘ [ERROR]   Error: The script will never generate a response.
    Then I'll deploy it again later, and it'll work a bit. Any known issues right now?
  • d

    dave

    05/26/2023, 1:30 AM
    anyone having delays when deploying new Workers?
  • s

    sirupsen

    05/26/2023, 1:31 AM
    I also keep getting errors from smart placement
  • s

    sirupsen

    05/26/2023, 1:31 AM
    no delays but I feel like something might be going on
  • u

    柴柴

    05/26/2023, 4:34 AM
    There are tail and trace in the ExportedHandler interface Although they point to different interfaces but their properties are the same is there any difference between them
1...249524962497...2509Latest