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

Add a `LIMIT` clause to `wp cavalcade jobs` queries #35

Closed iandunn closed 7 years ago

iandunn commented 7 years ago

Fixes #34

rmccue commented 7 years ago

Can we also add a --page=<page> here? If we're going to use LIMIT, we should allow OFFSET too.

iandunn commented 7 years ago

Makes sense, I can probably add that tomorrow.

iandunn commented 7 years ago

b89ddc3 adds the page parameter.

rmccue commented 7 years ago

Thanks a bunch!