Skip to content

Commit eec2553

Browse files
committed
[workers-observability] update cron events documentation
1 parent 0508944 commit eec2553

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/content/docs/workers/configuration/cron-triggers.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,15 @@ curl "http://localhost:8787/__scheduled?cron=*+*+*+*+*"
125125

126126
## View past events
127127

128-
Users can review the execution history of their Cron Triggers in **Past Cron Events** under [**Logs**](https://dash.cloudflare.com/?to=/:account/workers) or through Cloudflare's [GraphQL Analytics API](/analytics/graphql-api).
128+
To view the execution history of Cron Triggers, view **Cron Events**:
129+
130+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
131+
2. In Account Home, go to **Workers & Pages**.
132+
3. In **Overview**, select your **Worker**.
133+
4. Select **Settings**.
134+
5. Under **Trigger Events**, select **View events**.
135+
136+
Cron Events stores the 100 most recent invocations of the Cron scheduled event. [Workers Logs](/workers/observability/logs/workers-logs) also records invocation logs for the Cron Trigger with a longer retention period and a filter & query interface. If you are interested in an API to access Cron Events, use Cloudflare's [GraphQL Analytics API](/analytics/graphql-api).
129137

130138
:::note
131139

0 commit comments

Comments
 (0)