Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for searching jobs by filter and dumping them to a JSON file #2

Open
ttacon opened this issue Jul 1, 2019 · 0 comments
Labels
good first issue Good for newcomers

Comments

@ttacon
Copy link
Owner

ttacon commented Jul 1, 2019

I was chatting w/ @chuym and he brought this up as a very useful feature. I'm imaging the following API examples:

combee::> comb.foo.find('active', { 'data.field': 1});
[]

combee::> comb.foo.dump('delayed', {'data.field': 2});
Dumped 4 jobs in foo-delayed-dump-20190701112613.json

combee::>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant