humanmade / Cavalcade

A better wp-cron. Horizontally scalable, works perfectly with multisite.
https://engineering.hmn.md/projects/cavalcade/
Other
512 stars 46 forks source link

Meaningful return values introduced in WP Core are incorrect with Cavalcade #80

Closed peterwilsoncc closed 4 years ago

peterwilsoncc commented 5 years ago

In WordPress/wordpress-develop@e73af26e920264314c4d10419e60044240756001 meaningful return values were introduced for cron functions, often these return the result of update_option() for the cron array.

As the Cavalcade connector short circuits the cron array from updating this always returns a false. Until the connector is updated to use the hooks added in wordpress/wordpress-develop@a32ea2d35d2fcf7bccf54ff7abfad9a2b49ee360 testing the return values will fail.

Blame is an ugly word but it should be noted both of the commits linked above were done by the same person. Me.

archon810 commented 5 years ago

Blame is an ugly word but it should be noted both of the commits linked above were done by the same person. Me.

An instant classic.