[wp-trac] [WordPress Trac] #42660: Single event scheduler
WordPress Trac
noreply at wordpress.org
Wed Nov 22 08:59:32 UTC 2017
#42660: Single event scheduler
-------------------------------+------------------------------
Reporter: skarabeq | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Cron API | Version: 4.9
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+------------------------------
Comment (by skarabeq):
@dd32 , no it is now working as well. only {{{#!php
<?php
wp_schedule_single_event( time(), 'single_action', array( microtime(1) )
);
}}}
And when I open https://wptest.dev/wp-cron.php?doing_wp_cron via crontab 5
times I got 5 executed cron events. It must be only once.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42660#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list