
The current version of Ultimate Cron does not execute the jobs when visiting cron.php due to a change in debug_backtrace (see #2796633: Cron Jobs Not Running on PHP 7). This is fixed in 2.1 (OA uses 2.0, latest is 2.5).
The other releases since 2.0 contain useful improvements, especially for drush, and reduce logging useless messages (#2803913: Don't print watchdog message if cleaning up 0 released locks).
I am going to test this locally, I will report here if 2.5 is causing problems.
Comment | File | Size | Author |
---|---|---|---|
#5 | 2949059-oa_core-ultimate_cron-5.patch | 357 bytes | Jorrit |
#2 | 2949059-oa_core-ultimate_cron.patch | 357 bytes | Jorrit |
Comments
Comment #2
Jorrit CreditAttribution: Jorrit as a volunteer commentedThe trivial patch.
Comment #3
joseph.olstadyes I need this as well, I ralso un PHP 7 and open atrium
Comment #4
joseph.olstadComment #5
Jorrit CreditAttribution: Jorrit at nCode for DOM Digital Online Media GmbH commentedUltimate Cron was updated to 2.6. It reduces unnecessary watchdog logging considerably.
Comment #6
mpotter CreditAttribution: mpotter commentedGoing to trust that the differences between 2.5 and 2.6 didn't cause anything to fail and this was previously RTBC. Committed to 412c89a.