Uros Smolnik
Results
2
comments of
Uros Smolnik
Yes there is. Meteor syntax is `db.inventory.find( { type: 'food' }, { fields: { item: 1, qty: 1 } } )`. [Documentation](http://docs.meteor.com/#/full/find)
Hi @roggervalf, Aware of `getJobCountByTypes`, but this is not something that covers our use case. What we want to be able to get is number of delayed jobs that should...