I’m running WP cron as a dedicated cron job on my linux server. 🙂
Issue still not resolved with version 2.4.2.
I don’t know what details you want to have extra.
Please tell me which details you want to know.
I’ve got some posts that needs to expire on the last day of the month.
I’ve also got some posts that needs to expire the sunday evening (every monday I’ll publish new posts).
When the posts for the sunday are expiring, all the posts are expiring.
I see multiple postExpiratorExpire jobs in the WP_cron list with the correct date.
My first assumption would be that when the expiration cronjob fires it expires all the posts that have an expiration date, but does not check if that is the correct post.