Workers CRON/Scheduled Handler can only go down to per minute in granularity. If you need anything more specific, you'd need to use Durable Object Alarms or something else
The new RPC Stuff will open up a lot of new Possibilities. You could have for example some kind of Worker before every Microservice that'll just call the Microservice via RPC and handle all the global Logic instead of adding a Set of global logic to every Micro Service
I’ve noticed since the rollout of versions that I have no history for some metrics in the dashboard for workers that have had a deployment since the release of versions. Just a hockey stick for the latest version and nothing before that. Known issue?
And I have “All deployed versions” selected. Maybe it’s just isolated to the Requests section, but I thought I saw it in several metrics earlier today.
Hi, so CF doesn't store worker logs? Looking at the docs I can only do real-time (tail them or dashboard tail) or create another worker? That then stores them whereever we have a DB to write to? Is this right? CF doesn't store logs / I can't view historical logs?
wait till they see my observability app ironically, now i'm plugging my own logging into it and i just assumed i can go fetch some logs like CloudWatch
Seems odd that you can't give a Cron trigger a name, and instead you have to match on the actual Cron expression.. basically hard coding it in 2 places