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

    Walshy | Pages

    04/24/2023, 4:35 PM
    AE is awesome
  • s

    Sean Mitchell

    04/24/2023, 4:35 PM
    I am not 100% sure, but I could also do segmented DO objects for each colo location, to minimize latency. Then have the one call read from all on occasion
  • w

    Walshy | Pages

    04/24/2023, 4:35 PM
    if you look into it, let me know if you need help
  • s

    Sean Mitchell

    04/24/2023, 4:35 PM
    heavy caching
  • s

    Sean Mitchell

    04/24/2023, 4:35 PM
    will do
  • s

    Sean Mitchell

    04/24/2023, 4:36 PM
    As much as I want to do best implementations, this is also a project I want to finish by end of week lol
  • s

    Sean Mitchell

    04/24/2023, 4:36 PM
    Focus on the million other things
  • f

    F0rce

    04/24/2023, 5:04 PM
    is there a way to "limit" a worker configuration to not publish ? (I have a dev / staging / prod setup and I would not like to accidentaly publish dev in my case)
  • w

    Walshy | Pages

    04/24/2023, 5:12 PM
    there is not
  • f

    F0rce

    04/24/2023, 5:13 PM
    is there a sort of best practice to limit such a case ?
  • w

    Walshy | Pages

    04/24/2023, 5:14 PM
    Best practice is just to let CI handle it
  • w

    Walshy | Pages

    04/24/2023, 5:14 PM
    So you can't mess up production
  • f

    F0rce

    04/24/2023, 5:14 PM
    jeah thats what I thought. thanks a lot 🙂
  • w

    Walshy | Pages

    04/24/2023, 5:14 PM
    You shouldn't be doing deploys manually to staging/prod
  • c

    Carlim

    04/25/2023, 2:38 AM
    Hey there! Where can i report a problem ?
  • t

    tenfoottalltim

    04/25/2023, 2:59 AM
    Hey there 👋 I'm looking at using the worker queues beta. I want to be able to schedule a message to be processed at a specific time. I can't seem to find anywhere that this is an option when sending a message. Is this not possible? Or am I missing something.
  • k

    kian

    04/25/2023, 3:02 AM
    That's not possible with Queues, that sounds like Durable Object Alarms would be a better fit.
  • k

    kian

    04/25/2023, 3:02 AM
    Depends what the problem is with - if it's a Cloudflare product that doesn't have it's own channel then #909458221419356210 otherwise in the appropriate channel.
  • c

    Carlim

    04/25/2023, 3:07 AM
    Well. I'm trying to add some Environment Variables in my api at cloudflare workers but I'm having error when i try to click in Save and deploy...
  • a

    AA

    04/25/2023, 4:31 AM
    is there a good doc for setting up projects for workers? specifically i have a bunch of unassociated webhook endpoints that i'd like to manage cohesively. tool suggestions also welcome
  • a

    AghaFarokh

    04/25/2023, 4:47 AM
    Hi there
  • a

    AghaFarokh

    04/25/2023, 4:48 AM
    I'm completely confused due calculating workers price and what type to choose ? I'm using worker as a proxy do you have any tips for me ?
  • a

    AghaFarokh

    04/25/2023, 4:49 AM
    this is my usage for 10 days Unbound requests 64.34M Billable duration 1.86M GB-sec Bundled requests 13.11M Durable Objects storage 0 B somebody tell me how can I calculate the usage price ?
  • a

    Arthur

    04/25/2023, 6:15 AM
    Hey there, I think this page can help you further ^^
  • m

    My Name is Tito

    04/25/2023, 8:01 AM
    anyone interesting in doing a workers project 👀 regarding "scraping" emials via workers TLDR get sent a big email in HTML extract xyz
  • u

    Unsmart | Tech debt

    04/25/2023, 9:29 AM
    I would use bundled if you can given its just $0.50/million requests and doesn’t charge any duration. Since you said it’s just a proxy I assume this should be completely fine on bundled
  • s

    sathoro

    04/25/2023, 9:45 AM
    any thoughts for what causes "Network connection lost." errors reported in Sentry for a worker? there is no stack trace or anything and the route is very simple and just gets some data from a DO
  • s

    sathoro

    04/25/2023, 10:39 AM
    unbound is incredibly cheap even for long-running requests
  • u

    Unsmart | Tech debt

    04/25/2023, 11:06 AM
    Not compared to bundled when you have millions of requests
  • u

    Unsmart | Tech debt

    04/25/2023, 11:07 AM
    Just means DOs lost network connection to the durable storage
1...241324142415...2509Latest