Author
Patrick Bass Submitted
Sep 5, 2026 4:34am Summary
Family meal sharing tickets: the conditions behind the share button and the Share with family? switch, reading a "logged but not shared" report back to a member, sharing a saved meal without logging it, and what to escalate Cron Jobs
Automated scheduled tasks that keep the community running. View and manage at /admin/cron.
System Crons
- Email queue processes outbound emails every minute
- Digest notifications sends daily/weekly digest emails
- Saved search alerts checks saved searches for new matches
- Stats snapshot refreshes cached statistics
- IndexNow drain pushes queued URLs to search engines
- Boost subscription sync reconciles boost status with Stripe
- Boost credit calculation takes the monthly bill credit snapshot
- Verification doc purge zeros encrypted ID images 90 days after approval
- Achievement checks evaluates user milestones for badge awards
- Log rotation rotates application logs
Management
- Toggle enables or disables individual cron jobs
- Edit schedule changes the run frequency
- Run now runs a cron immediately (it spawns in the background)
- View history shows recent runs with success/failure status
## Cron Jobs Automated scheduled tasks that keep the community running. View and manage at `/admin/cron`. ### System Crons - **Email queue** processes outbound emails every minute - **Digest notifications** sends daily/weekly digest emails - **Saved search alerts** checks saved searches for new matches - **Stats snapshot** refreshes cached statistics - **IndexNow drain** pushes queued URLs to search engines - **Boost subscription sync** reconciles boost status with Stripe - **Boost credit calculation** takes the monthly bill credit snapshot - **Verification doc purge** zeros encrypted ID images 90 days after approval - **Achievement checks** evaluates user milestones for badge awards - **Log rotation** rotates application logs ### Management - **Toggle** enables or disables individual cron jobs - **Edit schedule** changes the run frequency - **Run now** runs a cron immediately (it spawns in the background) - **View history** shows recent runs with success/failure status