Victor
Victor
CDCloudflare Developers
Created by Victor on 3/11/2024 in #workers-help
TCP Connection issue
i'm replacing node.tcp with this cloudflare sockets implementation https://github.com/porsager/postgres/blob/master/cf/polyfills.js
5 replies
CDCloudflare Developers
Created by Jiamin Wang on 4/17/2024 in #vectorize
Hi, Cloudflare team
It appears to be related to the vector size
6 replies
CDCloudflare Developers
Created by Jiamin Wang on 4/17/2024 in #vectorize
Hi, Cloudflare team
From Paris (CDG)
6 replies
CDCloudflare Developers
Created by Jiamin Wang on 4/17/2024 in #vectorize
Hi, Cloudflare team
Hi, I'm having the same issue. Sending you my account id via DM
6 replies
CDCloudflare Developers
Created by kewbish on 7/27/2023 in #queues
Took a quick look I can see your queue
knowing me I'll forget to increase the counter at some point... 💀
12 replies
CDCloudflare Developers
Created by kewbish on 7/27/2023 in #queues
Took a quick look I can see your queue
I'll stick with retry, given that I'm billed for API calls it feels safer ahah
12 replies
CDCloudflare Developers
Created by kewbish on 7/27/2023 in #queues
Took a quick look I can see your queue
No description
12 replies
CDCloudflare Developers
Created by kewbish on 7/27/2023 in #queues
Took a quick look I can see your queue
No description
12 replies
CDCloudflare Developers
Created by kewbish on 7/27/2023 in #queues
Took a quick look I can see your queue
No description
12 replies
CDCloudflare Developers
Created by kewbish on 7/27/2023 in #queues
Took a quick look I can see your queue
I actually had to "clear" the queue manually by making a temporary deploy that ack's everything without any processing. Hence why the backlog dropped very fast, though I hadn't noticed this deploy actually allowed the queue to scale. Therefore would my code be preventing the queue from scaling maybe? In this particular queue, I'm throttling API calls to 1 request / second with Promise.allSettled([apiCallFn, timeoutFn]).
12 replies