CPSSD / feedlark

Simple and Sharp RSS Reader
http://feedlark.com
MIT License
5 stars 4 forks source link

Make CLI to manually send Gearman requests #237

Closed CianLR closed 8 years ago

CianLR commented 8 years ago

This should make it easier to test and demo our project. We can use it to send requests to the workers to do things such as kicking off a manual aggregation.

devoxel commented 8 years ago

What kind of cli do you think works best?

Like an interactive one with menus, or a static type one?

CianLR commented 8 years ago

I'm thinking of something nice, with a menu and stuff. I'd like to make it extensible too, so we can change the params sent to workers or add new workers quite easily