Right now you can include or exclude jobs from being worked on when running easy_stalk:work. For example:
rake easy_stalk:work["some.job-that-does-things"]
rake easy_stalk:work["-some.job-that-does-things"]
It would be nice to be able to include/exclude similar jobs from a process in bulk. So instead of,
rake easy_stalk:work["-some.job-that-does-things -some.job-that-does-other-things"]
You could just do,
rake easy_stalk:work["-some.job-*"]