humanmade / Cavalcade

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

`wp cavalcade jobs` needs a sane `LIMIT` #34

Closed iandunn closed 7 years ago

iandunn commented 7 years ago

Running wp cavalcade jobs --status=completed will result in the command fetching potentially millions of rows, which takes forever (if it even finishes) and doesn't provide meaningful results to the user.

A default limit of 10 or 20 and a --limit parameter seems like a good solution.