humanmade / Cavalcade

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

wp cli 1.5.1 compatibility issues #61

Closed mirzazeyrek closed 6 years ago

mirzazeyrek commented 6 years ago

When I try to run wp cavalcade log on with wp-cli 1.5.1 and wp-cli 1.5.0, I'm getting this error:

https://5e8b25de-f7a8-4b18-934e-9f3b0d54042e.htmlpasta.com/

It works fine with wp cli 1.4.1 without any errors.

Any ideas ?

mirzazeyrek commented 6 years ago

Turns out issue was related with a custom apply_filter in our codebase which is incompatible with wp cli 1.5.1. Closing it.