Hello! Does Cloudflare Snippets support the Cache API or Bindings?
Hello! Does Cloudflare Snippets support the Cache API or Bindings?
solved status for question in #workers-help ?{ fetch: Function } (which is what itty-router now looks like), and be done. No need for this bit at all:wrangler dev?Users can review the execution history of their Cron Triggers in Past Cron Events under Logs ↗ but I don't see "Past Cron Events" anywhere for my worker
cacheTtl in cf object in the fetch request, but it doesn't seem to do anything, which I assume is due to it being a POST request (CF-Cache-Status always returns DYNAMIC for this response).
There have been no events in the past week. which is not true, but I assume if I just give it some time something will show up?
walshy@addEventListener('fetch', (event) => {
event.respondWith(router.handle(event.request))
});{
"success": false,
"messages": [],
"errors": [
{
"code": 10104,
"message": "workers_observability.api.error.authentication.no_access_to_workers_observability"
}
],
"result": null
}solved