SEO Suite Component

Cron Manager

Configure one central SEO Suite scheduler and understand every current background job.

RecommendedComponent 1.0.0Difficulty: Moderate

One central scheduler manages SEO Suite background jobs instead of making you create a different server Cron command for every component.

The simple idea

Your server calls one HuntBee Cron URL regularly. Then the SEO Cron Manager checks which enabled jobs are due.

Server scheduler calls HuntBee central Cron URL
Cron Manager validates its private token
Checks enabled jobs and their frequency
Locks each job so overlapping runs do not double-process it
Runs due batches
Records result / next run

Recommended server schedule

If your host allows it, call the central Cron URL every minute. That does not mean every job runs every minute. HuntBee’s internal schedule decides whether a job is due.

Typical command shown by HuntBee
wget --quiet --delete-after "YOUR_HUNTBEE_CRON_URL"

If your host only allows every 5 minutes, use the closest available schedule. A “1 minute” HuntBee job cannot execute more often than the server calls the central URL.

Current SEO jobs

JobDefaultFrequencyBatch / limitBeginner advice
AI Product Feed RefreshOff5 min200 (50–500)Enable only if using automated feed refresh.
IndexNow QueueOn5 min200 (100–500)Keep on after IndexNow is configured.
AI Content GenerationOff5 min5; runtime 45 secEnable after manual AI tests.
Image Rename & OrganiseOff10 min25 productsPreview/backup/test before enabling.
Image AuditOffDailyAudit settingsOptional maintenance.
Related Products QueueOn5 min10Keep on if using automatic relations.
Related Products RefreshOffDaily10Leave off until periodic rebuild is wanted.
Product Tags QueueOn5 min10Keep on if automatic tags are used.
Product Tags RefreshOffDaily10Leave off until periodic refresh is wanted.

Available frequency choices

Current manager options include every minute, 5, 10, 15 or 30 minutes, hourly, every 6 hours, every 12 hours and daily.

How to know Cron works

  1. Copy the exact central command/URL shown by HuntBee. Do not type your own token.
  2. Create the server scheduler.
  3. Use a small enabled queue job or the component’s Run/Test action where available.
  4. Check the Cron Manager’s last-run/result information and the component queue/activity.
  5. If nothing runs, verify your hosting scheduler can reach the URL and that the token has not been altered.
Treat Cron URL like a secret linkThe Cron URL contains a private token. Do not post it publicly. If exposed, regenerate/update it through the supported settings rather than leaving a known token online.