Randomly recycles multiple posts
-
We’ve been using this plugin for possibly more than a year now and it works perfectly except for a couple of times when it recycles 2 posts at the same time when in the settings, it is set to only recycle 1 per day. Here’s a screenshot of the settings (https://pasteboard.co/BMdRyw8fr.png), as well as a screenshot of a few of the crons that I have running (https://pasteboard.co/BMevNMv35.png).
Here’s the debug log for today as well:
2017-02-23 01:04:58 - DEBUG: current time 0104 is not in allowed time range for (thu - 0300), no post check will occur. 2017-02-23 02:04:47 - DEBUG: current time 0204 is not in allowed time range for (thu - 0300), no post check will occur. 2017-02-23 03:04:57 - DEBUG: eligible posts WP_Query Array ( [posts_per_page] => -1 [cat] => [post_type] => Array ( [0] => question-for-the-day ) [ignore_sticky_posts] => 1 [post_status] => Array ( [0] => draft [1] => pending [2] => publish ) [order] => ASC ) 2017-02-23 03:04:57 - DEBUG: found 381 results. 2017-02-23 03:04:57 - DEBUG: processing post What moves me and breaks my heart? How does this vulnerability motivate me? 2017-02-23 03:04:57 - DEBUG: wp_update_post Array ( [ID] => 1485 [post_status] => publish [post_date_gmt] => 2017-02-23 08:04:57 [post_date] => 2017-02-23 03:04:57 ) 2017-02-23 03:04:57 - POST id 1485 RECYCLED: 'What moves me and breaks my heart? How does this vulnerability motivate me?' 2017-02-23 03:06:00 - DEBUG: eligible posts WP_Query Array ( [posts_per_page] => -1 [cat] => [post_type] => Array ( [0] => question-for-the-day ) [ignore_sticky_posts] => 1 [post_status] => Array ( [0] => draft [1] => pending [2] => publish ) [order] => ASC ) 2017-02-23 03:06:00 - DEBUG: found 381 results. 2017-02-23 03:06:00 - DEBUG: processing post Whom have I underestimated? What does this teach me? 2017-02-23 03:06:00 - DEBUG: wp_update_post Array ( [ID] => 1280 [post_status] => publish [post_date_gmt] => 2017-02-23 08:06:00 [post_date] => 2017-02-23 03:06:00 ) 2017-02-23 03:06:00 - POST id 1280 RECYCLED: 'Whom have I underestimated? What does this teach me?' 2017-02-23 04:04:58 - DEBUG: current time 0404 is not in allowed time range for (thu - 0300), no post check will occur. 2017-02-23 05:04:49 - DEBUG: current time 0504 is not in allowed time range for (thu - 0300), no post check will occur. 2017-02-23 06:04:48 - DEBUG: current time 0604 is not in allowed time range for (thu - 0300), no post check will occur.
Thanks!
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Randomly recycles multiple posts’ is closed to new replies.