`*/90 * * * *` is invalid cron (minute field is 0–59) and degrades to hourly, producing half the intended bot cadence. Switch to `0,30 * * * *` (every 30 min) and lower the Bernoulli gate from 0.12 to 0.09 so we still hit ~2–3 walks/day during the 07–21 Berlin window. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| public | ||
| Dockerfile | ||
| package.json | ||
| react-router.config.ts | ||
| server.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||