Commit 9fdad2e
Docs + landing: refresh cadence is 4 hours, not 30 min
Production cron was bumped from `*/30 * * * *` (48× per day) to
`0 */4 * * *` (6× per day) tonight — six refreshes is plenty for
ATS data that doesn't churn that fast at the source, and it cuts
upstream load 8× across the four providers.
Synced every user-facing claim to the new reality:
README.md
- Capability table: "refreshed every 30 minutes" → "every 4 hours"
- Job-discovery bullet: "30-minute refresh cadence" expanded into
the 6-tick UTC schedule (00:00 / 04:00 / 08:00 / 12:00 / 16:00 /
20:00) so anyone reading can predict when the cache moves.
frontend/src/components/landing-page.tsx
- Step 02 body: "refreshed every 30 minutes" → "refreshed several
times a day"
- Bento tile body: same
Kept the marketing copy soft ("several times a day") rather than
the precise "every 4 hours" — the latter reads like an
ops-bound constraint to a job seeker.
docs/architecture.md
- Persistence-model bullet: "every ~30 min" → "every 4 hours
(six times a day)"
- cached_jobs RPC paragraph: documents the actual jobname
`cached_jobs_refresh_4h` and the production cron expression
`0 */4 * * *`.
docs/images/job-agent-architecture.svg
- Cached Job Index card third line: "30-min refresh" →
"4-hour refresh"
backend/routers/jobs.py
- search_jobs docstring: "every 30 min" → "every 4 hours"
- refresh_cache docstring: "every 30 min" → "every 4 hours
(six times a day on the `0 */4 * * *` schedule)"
Intentionally LEFT AS-IS:
- DEVLOG.md (Days 39-40) — historical day log; on those days
30 min was the cadence, the log is a record of that moment.
- docs/adr/ADR-013-cached-jobs-... — the ADR's "Decision"
section captures what we chose at the time. The bump to 4 h
is a subsequent operational tune, not a reversal of that
decision. ADRs stay frozen by convention.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0eb338f commit 9fdad2e
5 files changed
Lines changed: 11 additions & 10 deletions
File tree
- backend/routers
- docs
- images
- frontend/src/components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
889 | 889 | | |
890 | 890 | | |
891 | 891 | | |
892 | | - | |
893 | | - | |
| 892 | + | |
| 893 | + | |
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
| |||
0 commit comments