Skip to content

Make easy_stalk:work handle including/excluding multiple jobs with similar names easily #36

@att14

Description

@att14

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-*"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions