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

    Skye

    05/18/2023, 5:12 PM
    I see no double crons there?
  • u

    Unsmart | Tech debt

    05/18/2023, 5:13 PM
    pretty much all of them expect 17:00 17:01 triggered twice in a minute
  • u

    Unsmart | Tech debt

    05/18/2023, 5:13 PM
    still triggering more often than it should even because its 2 minute cron interval
  • c

    Chaika

    05/18/2023, 5:14 PM
    Crons are kinda weird, when they stay at the same location, they stay at the same second (but otherwise no guarantee of second). Can see :09 and :55 being duplicate schedules
  • u

    Unsmart | Tech debt

    05/18/2023, 5:15 PM
    Yeah could be a second trigger actually created or some weird state where the cron is duplicated internally at different colos or something 🤷
  • u

    Unsmart | Tech debt

    05/18/2023, 5:15 PM
    @jonathan-masslight if you switch to the triggers tab and scroll to cron triggers can you screenshot that sections / ensure theres only one
  • j

    jonathan-masslight

    05/18/2023, 5:15 PM
    You think it's something I did, or a cloudflare thing?
  • j

    jonathan-masslight

    05/18/2023, 5:16 PM
    there is only one there
  • u

    Unsmart | Tech debt

    05/18/2023, 5:16 PM
    Ok yeah its on cloudflares end then so not something you can really fix will make sure it gets noticed
  • j

    jonathan-masslight

    05/18/2023, 5:16 PM
    I did mess with cloudflare stuff a few weeks ago because there is an issue with the repo I'm using where deploys are now not working
  • j

    jonathan-masslight

    05/18/2023, 5:16 PM
    but that was a few weeks ago
  • k

    krondor

    05/18/2023, 6:27 PM
    This documentation for testing multiple workers should note that ordering on initialization matters for parents and children: https://developers.cloudflare.com/workers/wrangler/api/#unstable_dev i.e. starting parents -> then children will make your tests fail
  • a

    admah

    05/18/2023, 7:25 PM
    Could you file an issue on the repo? https://github.com/cloudflare/cloudflare-docs/issues/new That will help make sure it doesn't get lost in Discord. Thanks!
  • r

    RaifY

    05/18/2023, 7:58 PM
    hello, any plan to release the new @Cloudflare/worker-types
  • r

    RaifY

    05/18/2023, 7:59 PM
    i found there are lack of type definition of
    cloudflare:sockets
  • r

    RaifY

    05/18/2023, 7:59 PM
    i already saw the definition file in the repository but it is not released unfortunately
  • j

    James

    05/18/2023, 8:00 PM
    I believe there's a release coming today/tomorrow that should fix those definitions 🙂
  • d

    Dani Foldi

    05/18/2023, 8:01 PM
    as soon as https://github.com/cloudflare/workerd/pull/668 is merged, a release should go out
  • r

    RaifY

    05/18/2023, 8:01 PM
    thats awesome thanks
  • r

    RaifY

    05/18/2023, 8:02 PM
    btw any clue for this error? i just bootstrapped a pages with create-cloudflare

    https://cdn.discordapp.com/attachments/779390076219686943/1108847176496467969/image.pngâ–¾

  • j

    James

    05/18/2023, 8:03 PM
    It's a very common issue: https://github.com/cloudflare/workers-sdk/issues/3262. workerd doesn't work with Debian 11 (and anything based off that, like Ubuntu 20), and likely other distros too
  • r

    RaifY

    05/18/2023, 8:05 PM
    sad. i guess this issue may caused by libc or sth
  • r

    RaifY

    05/18/2023, 8:23 PM
    okay some ugly workaround to make it work on arch. i soft linked
    /usr/lib/libunwind.so
    to
    ./node_modules/.bin/libunwind.so.1

    https://cdn.discordapp.com/attachments/779390076219686943/1108852406965506229/image.pngâ–¾

  • r

    Rph

    05/18/2023, 9:23 PM
    when using
    connect
    , what causes a stream to become "cancelled"?
  • r

    Rph

    05/18/2023, 9:24 PM
    if the remote host closes the tcp connection, will I be unable to read any data it sent or something?
  • d

    dom96

    05/18/2023, 10:18 PM
    Usually it implies the connection was unsuccessful, in which case no data can be read anyway. If you check the
    closed
    promise you might see some more details (although right now it's likely to just resolve to a "Error: proxy request failed" exception).
  • j

    jjxtra

    05/18/2023, 10:46 PM
    Workers quick edit is buggered for new workers. I am using free plan with 10ms cpu limit. I get a 10075 error saying I need the unbounded plan
    workers.api.error.wrong_plan
    when trying to use quick edit. Any ideas how to fix?
  • u

    Unsmart | Tech debt

    05/18/2023, 10:48 PM
    hmm thats weird it works fine for me what are the steps you do to get that? 🤔
  • j

    jjxtra

    05/18/2023, 10:49 PM
    Not sure, seemed to happen when I started adding static pages websites
  • j

    jjxtra

    05/18/2023, 10:57 PM
    Ugh, how do I get actual support for this? Anyone from cloudflare on I can speak with?
1...247824792480...2509Latest