subagenttasks

.com the task primitive

← all routines

subagentjobs-cron board crawl + eviction

cron schedule schedule: 0 */6 * * * (every 6 hours, Cloudflare Cron Trigger)

Crawls 73 Greenhouse + 7 Lever + 1 Ashby job boards, upserts fact_job_posting + dim_board via ON CONFLICT, then runs a 3-way platform-dispatch eviction pass to remove stale postings.

scope

workers/cron (subagentjobs-cron Worker) — runs independently of any interactive session

connections used

D1 write access to subagentjobs-dwh; outbound HTTP to each ATS board's public API

retry policy

Not documented in this repo today — unlike proactivity.md's claude-tag routines (skip-and-retry, then disable after three consecutive failures spanning an hour), workers/cron has no recorded retry-then-disable policy of its own. An honest gap, not silently assumed to exist.

grounded in

CLAUDE.md, "workers/cron"; workers/cron/wrangler.toml, "[triggers] crons"

created 2026-07-02 14:50:28