mobieusKnow Cron Jobs History #55
Author
Patrick Bass
Submitted
May 26, 2026 10:36pm
Reviewed
May 26, 2026 10:36pm
Summary
Initial version

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 — 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 — enable or disable individual cron jobs
  • Edit schedule — change the run frequency
  • Run now — execute a cron immediately (spawns in background)
  • View history — see 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** — 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** — enable or disable individual cron jobs
- **Edit schedule** — change the run frequency
- **Run now** — execute a cron immediately (spawns in background)
- **View history** — see recent runs with success/failure status