You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will prevent situations where cron events exist for invalid posts, but they keep requeuing indefinitely due to a failure to detect these conditions here.
The text was updated successfully, but these errors were encountered:
When a pull fails, more validation should be performed before re-queuing the job.
syndication/includes/class-syndication-site-auto-retry.php
Lines 61 to 67 in 7149bc9
Here, we need to verify that:
This will prevent situations where cron events exist for invalid posts, but they keep requeuing indefinitely due to a failure to detect these conditions here.
The text was updated successfully, but these errors were encountered: