Action scheduler in comments #1044
Labels
priority: normal
The issue/PR is normal priority—not many people are affected or there’s a workaround, etc.
type: bug
The issue is a confirmed bug.
Hi !
Since around a week or two, I have a LOT of comments from AS appearing in the admin comments pages.
Same as #446
I didn't had this problem before.
I've hidden them using pre_get_comments filter but I'd like to stop them being saved because it's generating a lot of comments.
I've tried running as_enqueue_async_action( 'action_scheduler/cleanup_wp_comment_logs' ); in wp shell. doing that, I have this in my scheduled actions :
if I click on RUN, the event is then marked as failed. I don't see any error in logs so it's hard to debug that.
Any advice ? Thanks !!!
The text was updated successfully, but these errors were encountered: