[wp-trac] [WordPress Trac] #57924: Cron fires twice
WordPress Trac
noreply at wordpress.org
Fri Dec 8 08:56:50 UTC 2023
#57924: Cron fires twice
-------------------------------------------+------------------------------
Reporter: j3gaming | Owner: j3gaming
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: Awaiting Review
Component: Cron API | Version: 6.1.1
Severity: critical | Resolution:
Keywords: changes-requested 2nd-opinion | Focuses:
-------------------------------------------+------------------------------
Comment (by romanberdnikov):
Can you try to change the cron command? And also make sure it's the only
way to call cron. Like DISABLE_WP_CRON -> true and remote calls are
disabled (like mentioned above).
{{{
* * * * * wget -q -O - "https://DOMAIN.COM/wp-cron.php?doing_wp_cron=`date
+%s`" >/dev/null 2>&1
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57924#comment:24>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list