Cloudflare Worker Coverage — Zoran OOO
Out: Monday–Wednesday
Coverage owner: Awaish Kumar
Escalation: Robert Tseng
Quick context
I’ve been reviewing Adam’s Cloudflare worker changes before they go live. While I’m out, I’d like you to keep an eye on things — mostly checking that data is still flowing and sites are healthy. You don’t need to review code.
What to do each day (10–15 min)
1. Check data freshness in BigQuery (5 min)
Run these two queries:
-- Edge layer data
SELECT * FROM `eden-data-warehouse.attribution.edge_layer_raw_data`
ORDER BY timestamp DESC
LIMIT 10;
-- Thank-you page conversions
SELECT * FROM `eden-data-warehouse.attribution.thank_you_page_visits`
ORDER BY timestamp DESC
LIMIT 10;Look at the most recent row’s timestamp. If it’s within the last few hours, that’s normal. If it’s more than 4 hours old, something might be up — see escalation below.
2. Quick site check (3 min)
Load these in a browser:
https://tryeden.com- Any Eden OS intake / checkout flow
Just confirm the pages load and the forms render. No need to submit anything.
3. Check Cloudflare dashboard (2 min)
Dashboard link: https://dash.cloudflare.com/b08c39f6974b2943b22501e63592191b/workers/services/view/first-campaign-preserver/production
Look at the Deployments tab. If there’s a new production deployment since Friday that you haven’t seen me review, just note it — especially if the data or site checks above look off.
What Adam might ask
- “Can you review my CF worker change?” → Let him know I’m back Thursday, or he can check with Robert if it’s urgent.
- “I published something, can you make sure it’s okay?” → Run the checks above. If anything looks broken, escalate to Robert.
Escalation
| What you see | Who to ping |
|---|---|
| Data not fresh after waiting 10 min | Robert |
| Site down / checkout broken | Robert |
| Adam published a change and you’re unsure | Robert |
| Super emergency (site down, revenue at risk) | Robert calls Zoran |
Access
- Cloudflare dashboard login: Use the
data@tryeden.comaccount saved in Brainforge 1Password.
Links
- BQ project:
eden-data-warehouse - Internal Slack:
#client-eden - Client-facing Slack:
#external-eden-data_team