sirilyan
sirilyan
The problem is that Cavalcade-Runner sets a completed job's next run to nextrun + interval, even if that timestamp is now in the past. The job immediately gets picked up...
I've done a bit more investigation and it seems that under heavy load `wp_next_scheduled()` can return incorrect results, which makes `wp_schedule_single_event()` incorrectly queue multiple jobs. I started up a new...
It is possible to use Xcode to build the extension. You will need Xcode (of course) and either a valid developer signing key or a local macOS signing key. If...