The docs mention 25 per fetch worker invocation, was that recently turned of for queue consumer invo

The docs mention 25 per fetch worker invocation, was that recently turned of for queue consumer invocations?
16 Replies
Unknown User
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
Victor
VictorOP•5mo ago
1 per queue message, so 40 per consumer worker invocation
Tim de Pater
Tim de Pater•5mo ago
Hello! I'm trying out analytics engine in my worker. But whatever I do, I always run into the Cannot read properties of undefined (reading 'writeDataPoint') error. It's a Typescript worker, and I'm simply calling env.VIEW_COUNTER.writeDataPoint() with
[[analytics_engine_datasets]]
binding = "VIEW_COUNTER"
dataset = "viewCounter"
[[analytics_engine_datasets]]
binding = "VIEW_COUNTER"
dataset = "viewCounter"
in my wrangler.toml Wrangler correctly identifies env.VIEW_COUNTER as a analytics engine dataset when generating the types;
interface Env {
VIEW_COUNTER: AnalyticsEngineDataset;
}
interface Env {
VIEW_COUNTER: AnalyticsEngineDataset;
}
Analytics Engine is enabled in CloudFlare. What am I missing?
kingmesal
kingmesal•4mo ago
Is there a feature roadmap available? At this point I have had to disable my usage of AE. Some things I've asked about in the past * Table Join * I need to be able to set the time on write, because I need to bring historic data into the tables * More than 20 blobs or doubles * Wrangler local dev mode * Much longer retention I'm currently using D1 to support my analytics, but it isn't optimal. I've been trying to use AE for almost 2 years now... Basically when it launched
Advany
Advany•4mo ago
You might want to look at clickhouse or tinybird for that
kingmesal
kingmesal•4mo ago
I checked out clickhouses service a couple weeks ago ... i'll take a look at tinybird in the meantime
Puliczek
Puliczek•4mo ago
How can I get data from Web Analytics? I want to copy all data to my own dashboard for example visits and page views from previous 24h. I tried to use /analytics_engine/sql enpoint with "SELECT * FROM my_dataset" but cant understand data. Any tutorial where should I look? ok i figure out how to do that, had to switch from sql to graphql. Does anyone know if i can filter by domainname? not by siteTag_in ID?
Walshy
Walshy•4mo ago
I'd recommend #analytics Analytics Engine is its own specific product
Cole
Cole•4mo ago
Hey, is there a rough timeline for when billing will start for analytics engine? (: if this can be answered ofc.
nathnialjohn
nathnialjohn•4mo ago
hello
John Spurlock
John Spurlock•4mo ago
👀 the altinity grafana clickhouse plugin just merged a fix for passing custom headers (like the auth needed for ae) in alert definitions - should see this in the next version https://github.com/Altinity/clickhouse-grafana/pull/613
nick
nick•3mo ago
hey all! We're building a web3 product which utilizes Cloudflare Analytics Engine and it fits perfectly for our use case except the three month data retention limitation Who can I talk with about product offering for this? happy to pay for service instead of migrating to smth else
yeehow
yeehow•3mo ago
Saving 4 data points on a cron that runs every minute. However, when querying I am only seeing 2 data points recorded each time. Seems to be random which ones. Am I running into some limit?
No description
alan
alan•3mo ago
is there a way to delete a datapoint? okay from what i gather in the messages in this channel, no
Unknown User
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
yeehow
yeehow•3mo ago
DMed you a simple repro

Did you find this page helpful?