Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57271, comment 107


Ignore:
Timestamp:
07/20/2026 05:14:37 PM (2 months ago)
Author:
aldavigdis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57271, comment 107

    initial v1  
    99They were dealing with an issue whereas `wp-cron` jobs were getting killed within a second from firing up until recently. Nothing in my own code seems to be the trigger unless it's long-running cron jobs that hang for more than 30 seconds.
    1010
    11 I have solved this temporarily by re-scheduling all the cron jobs in my plugin when users go to its settings page and click the save button but if this is a bug in the WordPress Core. However, that is not solving or identifying the root cause.
     11I have solved this temporarily by re-scheduling all the cron jobs in my plugin when users go to its settings page and click the save button but if this is a bug in the WordPress Core then I have not managed to solve or identify the root cause but it's *something* about OpenLitespeed and LSPHP.