Well….I’ve figured it out.
Manually deleting everything in Crontrol didn’t help as much as I thought it had. I went to my wp_options
table and deleted the entire cron entry. On refresh now, everything looked more or less how I expected, and all of my questions are answered now.
When disabling WP Cron to enable your servers cron, the timing on wp_scheduled_events
is not forgotten. If you call the file and the job still has 30 minutes left before it should be run, it will not be run. Therefore, there is no benefit to calling the cron job more often than your minimum timer. If your shortest timer is hourly, and you’ve disabled WP_CRON
, don’t set your cron to less than an hour!
Related Posts:
- Is there a quick way to view the wp-cron schedule
- WordPress cron isn’t scheduled on amazon web services
- How to use wp_schedule_event in a class?
- Triggering cron by calling wp-cron.php on the command line rather than with wget?
- Run WP Cron Weekly (but on a certain day)
- wp_schedule_event() on specific time, daily
- crontab wp-cron.php on multisite path-based network: one for each path? Or just one for the root?
- Running wp-cron from CLI
- Some rogue WordPress plugin killing my server – how do I isolate and kill it?
- WP CRON runs only the first time
- what is firing cron
- wp-cron still running even though DISABLE_WP_CRON is true
- WP-Cron tasks scheduled but not running
- Can’t find wp-cron.php but I can see it in the public folder [closed]
- Manually trigger a wp_schedule_event item?
- WordPress wp-cron not working
- Too many wp-cron requests even when disabled
- Why cron doesn’t work to me?
- Wp cron event is set but the function isn’t getting fired
- Is doing_wp_cron a necessary query string when scheduling cron.php as a cron job?
- Run a php file daily at specific time
- Cleaning “cron” from options table, will affect anything?
- Trigger background job using AJAX
- How to code schedule / cron job
- Cron schedule not updating after run
- How to schedule and publish a post after it’s ready?
- Can you register two cron events in a single function?
- wp_schedule_single_event does not call my action
- When to use wp_schedule_single_event for async / non-blocking processes?
- wp-cron: freeze at “now”
- WP Cron jobs loops infinitely
- Scheduling a cron job from a function that is ran outside functions.php?
- Issues When Recursively Calling wp_schedule_single_event()
- Why is `wp_unschedule_event` not working
- System Cron job not firing
- WordPress Cron Job Not working
- Cron Job Keep Running in spite of being disabled
- WordPress automatic publish: is there a timeout when WordPress won’t publish anymore?
- How to create a WP Cron hooks based on schedules from Advanced cron manager plugin?
- How to fix missing function in wp-cron?
- Sending email to all users
- Run function after a post has finished saving – callback function perhaps?
- Cancel/Stop a currently ongoing scheduled cron event?
- When running WordPress Cron manually, it shows WP-Cron spawning is disabled. What is WP-Cron spawning?
- Code does not work in class implementation but works fine in functions.php file
- Cron job to run just once per day using external cron service
- How to know if a script started by wp_cron is still active?
- Issue with wp_schedule_event()
- WordPress cron creation during plugin installation results with initial execution
- When does wp-cron fire?
- Scheduling WP cron jobs
- How to periodically roll back WordPress to a fixed point in time?
- WP-Cron system broken
- Send Weekly Email if Users have not complete their profiles
- my wp schedule event is not working
- what effective ways are there to debug cron
- How do i set cron job for my WordPress site?
- Delete all users when they don’t update profile_fields
- Email alert with wp_cron and wp_mail if new data (external API) – Pseudo code
- WP Cron scheduling doesn’t work reliably on hosted server
- wp_schedule_event is registered but scheduled function isn’t running
- Strange cron job behavior and how to solve it?
- WordPress cron not getting executed when called by external service (but ok from browser)
- WP-Cron called by separate server
- WP_cron keeps going back to the past
- Compare time value in WP_User_Query for sending emails
- Diagnosing WP-Cron jobs locking up my server
- How to run correctly wordpress cron from Cpanel
- Cron and request with wp_remote_post
- How to Set a Condition via Page Template Name in WP Cron Job?
- Real cron killed my cron system. Only define( ‘ALTERNATE_WP_CRON’, true ); works
- Server cron job not working
- Schedule several instances of the same action with cron
- Unknown requests on my WP Site
- WordPress CRON job working when reloading the page
- Trying to configure cron to get next value from array on each run
- Run function at a specific time of a day
- WordPress Multisite cron jobs using cron tab
- Run external file cron using WordPress Scheduler
- WP Cron: wp_get_schedule( $hook ) returns nothing
- wp-cron function not running when activating the cron by form submit
- Huge cron option_value into wp_options table
- Run WordPress Plugin in the Specified time
- Pages for Cron use Only?
- Make posts automatically from an Online XML file through wp cron job
- WordPress Cron Job Counting Up and Not Down
- Regenerating array key for wp_schedule_event args
- WP Cron fail to update the next_schedule
- Run cronjob with browser request
- wp-cron not working
- Does DISABLE_WP_CRON prevent plugins from registering new cron tasks?
- wp_privacy_delete_old_export_files, failed to run
- Cronjob function not executed – negative seconds
- How to Auto Update WordPress Post after specific time?
- Change a Post’s Status based on the date from a custom field? (for Event posts)
- Multiple conditional logic in Custom Event In WP_ Cron not working
- Update last created post in custom post types with wp_cron()?
- wp_schedule_event with dynamic names but same function
- Definition of page load for WP-Cron?
- Protect wp-cron from hackers